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 db6379a commit 6dd2726Copy full SHA for 6dd2726
.travis.yml
@@ -36,8 +36,12 @@ script:
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 [[ $PYTHON_VERSION == 3.5 ]] travis-sphinx build
+ - if [[ $PYTHON_VERSION == 3.5 ]]; then
40
+ travis-sphinx build
41
+ fi
42
43
after_success:
- - if [[ $PYTHON_VERSION == 3.5 ]] travis-sphinx deploy
44
45
+ travis-sphinx deploy
46
47
0 commit comments