forked from mirrors/thatmattlove-hyperglass
Run isort before flake8
This commit is contained in:
parent
cefef82aa7
commit
ff0843cc30
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue