1
0
Fork 0
mirror of https://github.com/topydo/topydo.git synced 2024-05-20 13:58:33 +00:00

Add isort check to Travis CI

This commit is contained in:
Bram Schoenmakers 2017-07-30 11:35:59 +02:00
parent 3a52e9dc90
commit b8b816da59

View file

@ -22,9 +22,11 @@ install:
- "pip install .[test]"
- "pip install pylint"
- "pip install codecov"
- "pip install isort"
script:
- "green -vvr $GREEN_OPTS"
- "python -m pylint --errors-only topydo test"
- "isort -c -rc ."
# Cache Dependencies
after_script:
- codecov