mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-10 17:45:35 +00:00
fix bug in travis.yml
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
language: python
|
||||
env:
|
||||
- WITH_REQUESTS: True
|
||||
- WITH_REQUESTS: False
|
||||
- WITH_REQUESTS="True"
|
||||
- WITH_REQUESTS="False"
|
||||
python:
|
||||
- 2.6
|
||||
- 2.7
|
||||
- pypy
|
||||
install:
|
||||
- pip install -r test_requirements.txt --use-mirrors
|
||||
- pip install -r requirements.txt --use-mirrors
|
||||
- if [ $WITH_REQUESTS = "True" ] ; then pip install requests; fi
|
||||
script: python test.py
|
||||
|
||||
Reference in New Issue
Block a user