Skip to content

Commit 7e157b2

Browse files
author
Sarah Mount
committed
Try to fix travis build.
1 parent 2eeba86 commit 7e157b2

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
@@ -17,7 +17,7 @@ install:
1717
- cd $TRAVIS_BUILD_DIR
1818
- export PYTHONPATH=${PYTHONPATH}:${HOME}/pydgin/
1919
script:
20-
- py.test -n 4 -rxs --color=yes --cov-config .coveragerc --cov=revelation revelation/test/ scripts/test/
20+
- py.test -rxs --color=yes --cov-config .coveragerc --cov=revelation revelation/test/ scripts/test/
2121
- mkdir bin
2222
- test "$TRANSLATE" == "true" && PYTHONPATH=${HOME}/pydgin/:${HOME}/pypy:. ${HOME}/pypy/rpython/bin/rpython
2323
--no-pdb --opt=jit revelation/sim.py || true

0 commit comments

Comments
 (0)