We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eeba86 commit 7e157b2Copy full SHA for 7e157b2
.travis.yml
@@ -17,7 +17,7 @@ install:
17
- cd $TRAVIS_BUILD_DIR
18
- export PYTHONPATH=${PYTHONPATH}:${HOME}/pydgin/
19
script:
20
-- 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/
21
- mkdir bin
22
- test "$TRANSLATE" == "true" && PYTHONPATH=${HOME}/pydgin/:${HOME}/pypy:. ${HOME}/pypy/rpython/bin/rpython
23
--no-pdb --opt=jit revelation/sim.py || true
0 commit comments