1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 09:13:23 +00:00
Files
vcrpy/.travis.yml
Kevin McCarthy 3be8a93028 let's try pypy
2012-07-01 21:58:04 -10:00

8 lines
129 B
YAML

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