瀏覽代碼

Change tox command in .travis.yml

Guillaume Ayoub 9 年之前
父節點
當前提交
36ad6bd021
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

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