From a7255b541fe9eac592004f21540685ae8df0ce91 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Wed, 10 Aug 2016 01:37:12 -0700 Subject: [PATCH] Updating travis vcrpy dependency. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 081d022..80cc630 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,7 @@ python: - "3.4" - "3.5" before_install: - - pip install coveralls pytest coverage mock pylint - - pip install git+https://github.com/kevin1024/vcrpy.git + - pip install coveralls pytest coverage mock pylint vcrpy install: - pip install . script: