瀏覽代碼

Fix .travis.yml again

Guillaume Ayoub 9 年之前
父節點
當前提交
9e3126ba3e
共有 1 個文件被更改,包括 2 次插入2 次删除
  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