Skip to content

Commit 6ec3c12

Browse files
committed
debugging...
1 parent 4f30a60 commit 6ec3c12

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 @@ install:
2727
script:
2828
- "./docs/update_apidocs.sh"
2929
- which nosetests
30-
- nosetests -s -v pySDC/tests/test_tutorials/test_step_7.py
30+
- mpirun -np 4 python pySDC/tutorial/step_7/C_pySDC_with_PETSc.py 2
3131
# - nosetests -v --with-coverage --cover-erase --cover-inclusive --cover-package=pySDC/core,pySDC/implementations,pySDC/helpers,pySDC/tutorial,pySDC/projects --cover-html --cover-html-dir=doc/build/test_coverage pySDC/tests
3232
- if [[ $PYTHON_VERSION == 3 ]]; then travis-sphinx build; fi
3333

0 commit comments

Comments
 (0)