1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 17:15:35 +00:00
Files
vcrpy/.travis.yml
Kevin McCarthy 69ea6d73c4 add travis.yml
2012-05-30 22:12:26 -10:00

6 lines
112 B
YAML

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