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

improve socket mocking to hopefully pass both new python3.4 socket connection stuff and requests tests

This commit is contained in:
Kevin McCarthy
2014-04-23 19:30:43 -10:00
parent bd2d2cea72
commit bc5199c893
3 changed files with 36 additions and 4 deletions

View File

@@ -14,11 +14,11 @@ matrix:
- env: WITH_LIB="boto"
exclude:
- env: WITH_LIB="boto"
python: 3.4
python: 3.3
python:
- 2.6
- 2.7
- 3.4
- 3.3
- pypy
install:
- pip install PyYAML pytest --use-mirrors