Run isort before flake8

This commit is contained in:
Matt Love 2019-07-16 00:16:25 -07:00
parent cefef82aa7
commit ff0843cc30

View file

@ -14,6 +14,7 @@ install:
before_script:
- pip3 uninstall -y -r ./tests/requirements_dev.txt
- pip3 install -r ./tests/requirements_dev.txt
- isort -rc hyperglass
- flake8 hyperglass
- python3 ./tests/ci_prepare.py
script: