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 fc98710 commit 0cde49cCopy full SHA for 0cde49c
.travis.yml
@@ -35,7 +35,7 @@ script:
35
# - nosetests tests -v --with-id
36
- ./docs/update_apidocs.sh
37
- which nosetests
38
- - nosetests tests -v --with-id --with-coverage --cover-package=pySDC --cover-html --cover-html-dir=docs/build/test_coverage
+ - nosetests tests -v --with-id --with-coverage --cover-package=pySDC --cover-html --cover-html-dir=target/doc/build/test_coverage
39
- travis-sphinx --branches=pySDC_v2,master --nowarn build
40
41
after_success:
0 commit comments