Skip to content

Commit

Permalink
update travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
rainwoodman committed Aug 25, 2017
1 parent 5d9fbc2 commit 0aeae2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ install:
- python setup.py install

script:
- python ./runtests.py runtests/tests/test_regular.py
- python ./runtests-mpi.py --single runtests/tests/test_regular.py
- python ./runtests-mpi.py runtests/mpi/tests/test_mpiworld.py
- python ./run-tests.py runtests/tests/test_regular.py
- python ./run-mpitests.py --single runtests/tests/test_regular.py
- python ./run-mpitests.py runtests/mpi/tests/test_mpiworld.py
# expecting a failure for uncollective
- if python ./runtests-mpi.py runtests/mpi/tests/test_uncollective.py; then false; fi;
- if python ./run-mpitests.py runtests/mpi/tests/test_uncollective.py; then false; fi;
- bash check_tag.sh runtests/version.py

deploy:
Expand Down

0 comments on commit 0aeae2a

Please sign in to comment.