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

whats up with travis

This commit is contained in:
Kevin McCarthy
2013-08-10 17:48:06 -10:00
parent ac862d5aff
commit f353a95af5
2 changed files with 3 additions and 1 deletions

View File

@@ -10,4 +10,5 @@ python:
install:
- pip install PyYAML pytest --use-mirrors
- if [ $WITH_REQUESTS = "True" ] ; then pip install requests; fi
- pip freeze
script: PYTHONPATH=`pwd` py.test --basetemp=.

View File

@@ -6,10 +6,11 @@
import os
import pytest
requests = pytest.importorskip("requests")
import vcr
requests = pytest.importorskip("requests")
@pytest.fixture(params=["https","http"])
def scheme(request):
"""