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

bump supported python3 version to 3.4

This commit is contained in:
Kevin McCarthy
2014-04-23 18:58:17 -10:00
parent 59f3216d44
commit bd2d2cea72
3 changed files with 13 additions and 12 deletions

View File

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