Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Aug 5, 2017
1 parent 3781d59 commit f0a5a2e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sudo: required
env:
global:
- TEST_CMD='py.test'
- MPI_TEST_CMD='mpiexec -n $P python'
- MPI_TEST_CMD='python'
- the_world_is_flat=false
matrix:
- MPI=mpich
Expand All @@ -24,8 +24,9 @@ matrix:
# Do a coverage test in Python 2.
- python: 3.6
env:
- MPI=openmpi
- TEST_CMD='py.test --cov=schwimmbad'
- MPI_TEST_CMD='mpiexec -n $P python -m coverage run'
- MPI_TEST_CMD='python -m coverage run'
- RUN_COVERAGE=true

before_install:
Expand All @@ -47,7 +48,7 @@ before_script:
script:
- $TEST_CMD
- echo $MPI_TEST_CMD
- $MPI_TEST_CMD $PWD/scripts/test_mpi.py
- mpiexec -n $P $MPI_TEST_CMD $PWD/scripts/test_mpi.py

after_script:
- if [ "$RUN_COVERAGE" = true ] ; then
Expand Down

0 comments on commit f0a5a2e

Please sign in to comment.