Browse Source

Change tox command in .travis.yml

Guillaume Ayoub 9 years ago
parent
commit
36ad6bd021
1 changed files with 1 additions and 1 deletions
  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