Skip to content

Commit

Permalink
Fix travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Mount committed Jul 30, 2016
1 parent a350a2f commit b329c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install:
- cd $TRAVIS_BUILD_DIR
- export PYTHONPATH=${PYTHONPATH}:${HOME}/pydgin/
script:
- py.test -n 4 -rxs --color=yes --cov-config .coveragerc --cov=revelation revelation/test/ scripts/test/
- py.test -rxs --color=yes --cov-config .coveragerc --cov=revelation revelation/test/ scripts/test/
- mkdir bin
- test "$TRANSLATE" == "true" && PYTHONPATH=${HOME}/pydgin/:${HOME}/pypy:. ${HOME}/pypy/rpython/bin/rpython
--no-pdb --opt=jit revelation/sim.py || true
Expand Down

0 comments on commit b329c1c

Please sign in to comment.