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 5eab2edd70 Fix travis
2013-08-11 15:05:42 -10:00

14 lines
289 B
YAML

language: python
before_install: openssl version
env:
- WITH_REQUESTS="True"
- WITH_REQUESTS="False"
python:
- 2.6
- 2.7
- pypy
install:
- pip install PyYAML pytest --use-mirrors
- if [ $WITH_REQUESTS = "True" ] ; then pip install requests; fi
script: python setup.py test