change flake command in .travis.yml

This commit is contained in:
Laura Klünder 2016-08-30 17:49:03 +02:00
parent 3c4ba4c84c
commit c5f03e546b

View file

@ -6,5 +6,5 @@ install:
before_script: before_script:
- cd src - cd src
script: script:
- flake8 c3nav --max-line-length 120 - flake8 c3nav
- isort -c -rc . - isort -c -rc .