1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

install pytest-localserver on travis

This commit is contained in:
Kevin McCarthy
2014-05-03 15:53:20 -10:00
parent 0be7d6f238
commit 2ef5f9208a

View File

@@ -21,7 +21,7 @@ python:
- 3.3
- pypy
install:
- pip install PyYAML pytest --use-mirrors
- pip install PyYAML pytest pytest-localserver --use-mirrors
- if [ $WITH_LIB = "requests1.x" ] ; then pip install requests==1.2.3; fi
- if [ $WITH_LIB = "requests2.x" ] ; then pip install requests; fi
- if [ $WITH_LIB = "httplib2" ] ; then pip install httplib2; fi