Commit b8b816da authored by Bram Schoenmakers's avatar Bram Schoenmakers

Add isort check to Travis CI

parent 3a52e9dc
...@@ -22,9 +22,11 @@ install: ...@@ -22,9 +22,11 @@ install:
- "pip install .[test]" - "pip install .[test]"
- "pip install pylint" - "pip install pylint"
- "pip install codecov" - "pip install codecov"
- "pip install isort"
script: script:
- "green -vvr $GREEN_OPTS" - "green -vvr $GREEN_OPTS"
- "python -m pylint --errors-only topydo test" - "python -m pylint --errors-only topydo test"
- "isort -c -rc ."
# Cache Dependencies # Cache Dependencies
after_script: after_script:
- codecov - codecov
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment