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 a938bef commit db6379aCopy full SHA for db6379a
.travis.yml
@@ -35,9 +35,9 @@ script:
35
- ./docs/update_apidocs.sh
36
- mkdir data
37
- which nosetests
38
- - nosetests tests --with-coverage --cover-inclusive --cover-package=pySDC,tutorial --cover-html --cover-html-dir=target/doc/build/test_coverage
39
- - if [[ $TRAVIS_PYTHON_VERSION == 3.5 ]] travis-sphinx build
+# - nosetests tests --with-coverage --cover-inclusive --cover-package=pySDC,tutorial --cover-html --cover-html-dir=target/doc/build/test_coverage
+ - if [[ $PYTHON_VERSION == 3.5 ]] travis-sphinx build
40
41
after_success:
42
- - if [[ $TRAVIS_PYTHON_VERSION == 3.5 ]] travis-sphinx deploy
+ - if [[ $PYTHON_VERSION == 3.5 ]] travis-sphinx deploy
43
0 commit comments