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

add travis.yml

This commit is contained in:
Kevin McCarthy
2012-05-30 22:12:26 -10:00
parent fcb36ba32a
commit 69ea6d73c4

5
.travis.yml Normal file
View File

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