Explorar o código

Fix .travis.yml again

Guillaume Ayoub %!s(int64=9) %!d(string=hai) anos
pai
achega
9e3126ba3e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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