Explorar el Código

Travis: Use tox in verbose mode

Ask Solem hace 12 años
padre
commit
8882815c34
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -6,4 +6,4 @@ python:
     - 3.3
 install:
     - pip install --use-mirrors tox
-script: TOXENV=py$(echo $TRAVIS_PYTHON_VERSION | tr -d .) tox
+script: TOXENV=py$(echo $TRAVIS_PYTHON_VERSION | tr -d .) tox -v