We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c883ccb commit 92430efCopy full SHA for 92430ef
.travis.yml
@@ -31,7 +31,7 @@ before_install:
31
install:
32
- pip install tox
33
script:
34
- - tox -v -- -v
+ - tox -v -- nosetests --nocapture --nologcapture --no-path-adjustment --with-coverage --cover-inclusive --cover-erase --verbose
35
after_success:
36
- .tox/$TRAVIS_PYTHON_VERSION/bin/coveralls
37
notifications:
0 commit comments