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 7e56431 commit 83d39a7Copy full SHA for 83d39a7
.travis.yml
@@ -27,7 +27,7 @@ script:
27
- mkdir data
28
- which nosetests
29
- nosetests --with-coverage --cover-erase --cover-inclusive --cover-package=pySDC/core,pySDC/implementations,pySDC/helpers,pySDC/tutorial --cover-html --cover-html-dir=target/doc/build/test_coverage pySDC/tests
30
- - if [[ $PYTHON_VERSION == 3 ]]; then travis-sphinx build; fi
+ - if [[ $PYTHON_VERSION == 3 ]]; then travis-sphinx -n build; fi
31
32
after_success:
33
- if [[ $PYTHON_VERSION == 3 ]]; then travis-sphinx deploy; fi
0 commit comments