1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00

fix travis

This commit is contained in:
Kevin McCarthy
2013-08-05 21:04:50 -10:00
parent 2ed4b730c4
commit 6cbd84c15f

View File

@@ -10,4 +10,4 @@ python:
install:
- pip install PyYAML pytest --use-mirrors
- if [ $WITH_REQUESTS = "True" ] ; then pip install requests; fi
script: pwd; py.test --basetemp=.
script: PYTHONPATH=`pwd` py.test --basetemp=.