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 5f30d39 commit fa0d1edCopy full SHA for fa0d1ed
.travis.yml
@@ -36,11 +36,11 @@ 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 ]]; then
+ - if [[ $PYTHON_VERSION == 3 ]]; then
40
travis-sphinx build;
41
fi
42
43
after_success:
44
45
travis-sphinx deploy;
46
0 commit comments