Browse Source

Fix .travis.yml again

Guillaume Ayoub 9 years ago
parent
commit
9e3126ba3e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -6,9 +6,9 @@ python:
   - 3.5
 
 install:
-  - pip install tox
+  - pip install tox flake8
 
 script:
-  - tox -r
+  - tox -r -e py
 
 sudo: false