Skip to content

Commit ff02188

Browse files
committed
silence nosetests
1 parent bc1786a commit ff02188

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
@@ -35,7 +35,7 @@ script:
3535
- ./docs/update_apidocs.sh
3636
- mkdir data
3737
- which nosetests
38-
- nosetests tests -v --with-id --with-coverage --cover-package=pySDC,tutorial --cover-inclusive --cover-html --cover-html-dir=target/doc/build/test_coverage
38+
- nosetests tests --with-coverage --cover-inclusive --cover-package=pySDC,tutorial --cover-html --cover-html-dir=target/doc/build/test_coverage
3939
- travis-sphinx build
4040

4141
after_success:

0 commit comments

Comments
 (0)