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