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 4f30a60 commit 6ec3c12Copy full SHA for 6ec3c12
.travis.yml
@@ -27,7 +27,7 @@ install:
27
script:
28
- "./docs/update_apidocs.sh"
29
- which nosetests
30
- - nosetests -s -v pySDC/tests/test_tutorials/test_step_7.py
+ - mpirun -np 4 python pySDC/tutorial/step_7/C_pySDC_with_PETSc.py 2
31
# - 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
32
- if [[ $PYTHON_VERSION == 3 ]]; then travis-sphinx build; fi
33
0 commit comments