Skip to content

Commit 244a43e

Browse files
committed
reactivate tests
1 parent 00ff6a8 commit 244a43e

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
@@ -25,11 +25,11 @@ install:
2525
script:
2626
- "./docs/update_apidocs.sh"
2727
- which nosetests
28-
# - 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
29-
# - if [[ $PYTHON_VERSION == 3 ]]; then travis-sphinx -n build; fi
28+
- 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
29+
- if [[ $PYTHON_VERSION == 3 ]]; then travis-sphinx -n build; fi
3030

3131
after_success:
32-
# - if [[ $PYTHON_VERSION == 3 ]]; then travis-sphinx deploy; fi
32+
- if [[ $PYTHON_VERSION == 3 ]]; then travis-sphinx deploy; fi
3333

3434
deploy:
3535
- provider: pypi

0 commit comments

Comments
 (0)