1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 08:48:05 +00:00

Add -y to dev requirements, pylint version check

This commit is contained in:
Matt Love 2019-07-08 00:39:40 -07:00
parent 93a2ec9a5b
commit 6dacc4517e

View file

@ -11,8 +11,9 @@ before_install:
install:
- pip3 install -r requirements.txt
before_script:
- pip3 uninstall -r ./tests/requirements_dev.txt
- pip3 uninstall -r -y ./tests/requirements_dev.txt
- pip3 install -r ./tests/requirements_dev.txt
- pylint --version
- black --check hyperglass
- python3 ./manage.py pylint-check --integer-only True
- python3 ./tests/ci_prepare.py