1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00
Files
vcrpy/.travis.yml
Kevin McCarthy a1f22945d7 screw python 2.5
2012-05-30 23:12:53 -10:00

7 lines
120 B
YAML

language: python
python:
- 2.6
- 2.7
install: pip install -r requirements.txt --use-mirrors
script: python test.py