1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 17:15:35 +00:00

Fix travis

This commit is contained in:
Kevin McCarthy
2013-08-10 20:08:45 -10:00
parent f353a95af5
commit 5eab2edd70

View File

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