Skip to content

Commit

Permalink
Merge pull request #750 from jeking3/issue-748-vcrpy-2
Browse files Browse the repository at this point in the history
Fix incompatibility with vcrpy 2
  • Loading branch information
DanielDraganov committed Feb 2, 2023
2 parents 31294e6 + e6447ae commit 651ed25
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
language: python
python:
- "2.7"
- "pypy"
- "3.6"
- 2.7
- 3.6
- 3.7
- pypy
- pypy3

before_install:
- pip install -r requirements.txt
- pip install -r test-requirements.txt
- pip install -r requirements.txt
- pip install -r test-requirements.txt

install:
- python setup.py install
- python setup.py install

script: python setup.py test
4 changes: 2 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mock
tox
testtools>=0.9.34
vcrpy<2
mock
vcrpy~=2.1

0 comments on commit 651ed25

Please sign in to comment.