Explorar el Código

Change tox command in .travis.yml

Guillaume Ayoub hace 9 años
padre
commit
36ad6bd021
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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