Przeglądaj źródła

Change tox command in .travis.yml

Guillaume Ayoub 9 lat temu
rodzic
commit
36ad6bd021
1 zmienionych plików z 1 dodań i 1 usunięć
  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