1
0
Guillaume Ayoub 9 жил өмнө
parent
commit
9e3126ba3e
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

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