Explorar el Código

Oooops, fix the nose arguments.

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

+ 1 - 1
.travis.yml

@@ -31,7 +31,7 @@ before_install:
 install:
   - pip install tox
 script:
-  - tox -v -- -v
+  - tox -v -- nosetests --nocapture --nologcapture --no-path-adjustment --with-coverage --cover-inclusive --cover-erase --verbose
 after_success:
   - .tox/$TRAVIS_PYTHON_VERSION/bin/coveralls
 notifications: