Skip to content

Commit db6379a

Browse files
committed
testing
1 parent a938bef commit db6379a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ script:
3535
- ./docs/update_apidocs.sh
3636
- mkdir data
3737
- 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
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
4040

4141
after_success:
42-
- if [[ $TRAVIS_PYTHON_VERSION == 3.5 ]] travis-sphinx deploy
42+
- if [[ $PYTHON_VERSION == 3.5 ]] travis-sphinx deploy
4343

0 commit comments

Comments
 (0)