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 1c76c7e commit bd6f808Copy full SHA for bd6f808
.travis.yml
@@ -36,7 +36,7 @@ script:
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
39
- - travis-sphinx --branches=pySDC_v2,master --outdir=docs/build build
+ - travis-sphinx --branches=pySDC_v2,master --outdir=docs/build --nowarn build
40
41
after_success:
42
- travis-sphinx deploy
0 commit comments