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

let's try a couple python versions

This commit is contained in:
Kevin McCarthy
2012-05-30 22:48:49 -10:00
parent e5b3cf5f7c
commit 7986617eb3

View File

@@ -1,5 +1,7 @@
language: python
python:
- 2.5
- 2.6
- 2.7
install: pip install -r requirements.txt --use-mirrors
script: python test.py