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 f86c440 commit 4c88cb7Copy full SHA for 4c88cb7
.travis.yml
@@ -16,7 +16,7 @@ install:
16
- cd $TRAVIS_BUILD_DIR
17
- export PYTHONPATH=${PYTHONPATH}:${HOME}/pydgin/
18
script:
19
-- 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/
20
- PYTHONPATH=${HOME}/pydgin/:. ${HOME}/pypy/rpython/bin/rpython --no-pdb --opt=jit revelation/sim.py
21
- if [ "${TRAVIS_PULL_REQUEST}" == "false" ] && [ "${TRAVIS_BRANCH}" == "master" ] ;
22
then PYTHONPATH=${HOME}/pydgin/:. ${HOME}/pypy/rpython/bin/rpython --no-pdb --opt=jit revelation/sim.py --debug ;
0 commit comments