Skip to content

Commit 92430ef

Browse files
committed
Oooops, fix the nose arguments.
1 parent c883ccb commit 92430ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ before_install:
3131
install:
3232
- pip install tox
3333
script:
34-
- tox -v -- -v
34+
- tox -v -- nosetests --nocapture --nologcapture --no-path-adjustment --with-coverage --cover-inclusive --cover-erase --verbose
3535
after_success:
3636
- .tox/$TRAVIS_PYTHON_VERSION/bin/coveralls
3737
notifications:

0 commit comments

Comments
 (0)