Skip to content

Commit 4c25293

Browse files
committed
debugging..............
1 parent 7fb0f82 commit 4c25293

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ script:
2929
- which nosetests
3030
- export MPICH_NO_LOCAL=1
3131
- export PYTHONPATH=$PYTHONPATH:../../..
32-
# - nosetests -s -v pySDC/tests/test_tutorials/test_step_7.py
33-
- mpirun -np 4 python pySDC/tutorial/step_7/C_pySDC_with_PETSc.py 2
32+
- nosetests -s -v pySDC/tests/test_tutorials/test_step_6.py
33+
# - mpirun -np 4 python pySDC/tutorial/step_7/C_pySDC_with_PETSc.py 2
3434
# - 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
3535
- if [[ $PYTHON_VERSION == 3 ]]; then travis-sphinx build; fi
3636

0 commit comments

Comments
 (0)