1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00

let's try pypy

This commit is contained in:
Kevin McCarthy
2012-07-01 21:58:04 -10:00
parent e4e2250122
commit 3be8a93028

View File

@@ -2,5 +2,6 @@ language: python
python:
- 2.6
- 2.7
- pypy
install: pip install -r requirements.txt --use-mirrors
script: python test.py