flake8 broken on travis ?o_O?

This commit is contained in:
Guilhem Saurel 2016-06-25 19:14:32 +02:00
parent 06ae3897fc
commit 855578a543
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ install:
- pip install -r requirements.txt python-coveralls flake8 - pip install -r requirements.txt python-coveralls flake8
script: script:
- coverage run manage.py test - coverage run manage.py test
- flake8 .
after_success: after_success:
- coveralls - coveralls
- flake8 .