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 bc1786a commit ff02188Copy full SHA for ff02188
.travis.yml
@@ -35,7 +35,7 @@ script:
35
- ./docs/update_apidocs.sh
36
- mkdir data
37
- 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
+ - nosetests tests --with-coverage --cover-inclusive --cover-package=pySDC,tutorial --cover-html --cover-html-dir=target/doc/build/test_coverage
39
- travis-sphinx build
40
41
after_success:
0 commit comments