Explorar el Código

Make test verbose on travis.

Ionel Cristian Mărieș hace 11 años
padre
commit
18a493f909
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -17,6 +17,6 @@ before_install:
     uname -a
     lsb_release -a
     sudo pip install tox
-script: tox -v -e $TRAVIS_PYTHON_VERSION
+script: tox -v -e $TRAVIS_PYTHON_VERSION -- -v
 after_success:
   - .tox/$TRAVIS_PYTHON_VERSION/bin/coveralls