1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 17:15:35 +00:00
Files
vcrpy/.travis.yml
2012-09-03 15:13:04 -10:00

8 lines
134 B
YAML

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