Skip to content

Commit fa3aaa7

Browse files
committed
debugging.....
1 parent e03a0b3 commit fa3aaa7

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
@@ -22,13 +22,13 @@ install:
2222
- conda list
2323
- pip install coloredlogs
2424
- pip install travis-sphinx
25-
- sudo apt-get install -y texlive-latex-recommended texlive-fonts-recommended texlive-latex-extra dvipng
25+
# - sudo apt-get install -y texlive-latex-recommended texlive-fonts-recommended texlive-latex-extra dvipng
2626

2727
script:
2828
- "./docs/update_apidocs.sh"
2929
- which nosetests
3030
- export PYTHONPATH=$PYTHONPATH:../../..
31-
- mpirun -np 4 python pySDC/tutorial/step_7/C_pySDC_with_PETSc.py 2
31+
- mpirun -np 2 python pySDC/tutorial/step_7/C_pySDC_with_PETSc.py
3232
# - 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
3333
- if [[ $PYTHON_VERSION == 3 ]]; then travis-sphinx build; fi
3434

0 commit comments

Comments
 (0)