Skip to content

Commit 83d39a7

Browse files
committed
and another bugfix
1 parent 7e56431 commit 83d39a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ script:
2727
- mkdir data
2828
- which nosetests
2929
- 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
30+
- if [[ $PYTHON_VERSION == 3 ]]; then travis-sphinx -n build; fi
3131

3232
after_success:
3333
- if [[ $PYTHON_VERSION == 3 ]]; then travis-sphinx deploy; fi

0 commit comments

Comments
 (0)