Skip to content

Commit 6a108b7

Browse files
authoredJul 28, 2016
Merge pull request mhoffman#1 from mhoffman/feature_acf
Changed nosetests call slightly to ensure every test is started compl…
2 parents af8a5a1 + eab41d0 commit 6a108b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ install:
4848
- ls -R tmp | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/ /' -e 's/-/|/'
4949
- ls -R /home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/ /' -e 's/-/|/'
5050
- python setup.py install #install kmos
51-
51+
5252
script:
5353
- export PYTHONPATH=/usr/share/pyshared/:${PYTHONPATH}
5454
- export PYTHONPATH=/usr/lib/python2.7/dist-packages/:${PYTHONPATH}
5555
- export PYTHONPATH=/home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages:${PYTHONPATH} # pip packages go here
5656
- python -c "import sys; import pprint; pprint.pprint(sys.path)"
57-
- nosetests
57+
- nosetests --process-restartworker --processes=1 --process-timeout=60

0 commit comments

Comments
 (0)
Please sign in to comment.