Skip to content

Commit c58a042

Browse files
committed
update travis commandline for testing.
1 parent 32524fb commit c58a042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ install:
2222

2323
script:
2424
- python ./runtests.py
25-
- python ./runtests.py --mpirun -n 4 python -c 'import sys;sys.path.remove(""); import bigfile; bigfile.test()'
25+
- python ./runtests.py --mpirun -n 4
2626
- bash check_tag.sh
2727

2828
deploy:

0 commit comments

Comments
 (0)