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

Removing Pypy tests until travis installs version 2.2.1

This commit is contained in:
Kevin McCarthy
2013-12-15 16:19:12 -10:00
parent ea24854093
commit 0d08157e5d

View File

@@ -7,7 +7,6 @@ env:
python:
- 2.6
- 2.7
- pypy
install:
- pip install PyYAML pytest --use-mirrors
- if [ $WITH_REQUESTS = "1.x" ] ; then pip install requests==1.2.3; fi