Skip to content

Commit 0b372ba

Browse files
committed
debugging................
1 parent 3bb4ace commit 0b372ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ before_install:
1616
- conda update --yes conda
1717

1818
install:
19-
- conda install --yes python=${TRAVIS_PYTHON_VERSION} pip numpy future scipy matplotlib nose pep8 coverage mpi4py sympy dill numba sphinx
19+
- conda install --yes -c conda-forge petsc4py mpi4py
20+
- conda install --yes python=${TRAVIS_PYTHON_VERSION} pip numpy future scipy matplotlib nose pep8 coverage sympy dill numba sphinx
2021
# - conda install --yes sphinx
21-
- conda install --yes -c conda-forge petsc4py
2222
- conda list
2323
- pip install coloredlogs
2424
- pip install travis-sphinx
@@ -29,7 +29,7 @@ script:
2929
- which nosetests
3030
- export MPICH_NO_LOCAL=1
3131
- export PYTHONPATH=$PYTHONPATH:../../..
32-
- nosetests -s -v pySDC/tests/test_tutorials/test_step_6.py
32+
- nosetests -s -v pySDC/tests/test_tutorials/test_step_7.py
3333
# - 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

0 commit comments

Comments
 (0)