1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 17:15:35 +00:00

Add new version of urllib3 to tox

Also remove ancient version in the interest of test speed
This commit is contained in:
Kevin McCarthy
2017-05-27 15:00:47 -10:00
parent 420c2ceb6f
commit ba290a32d2
2 changed files with 3 additions and 3 deletions

View File

@@ -19,9 +19,9 @@ env:
- TOX_SUFFIX="httplib2" - TOX_SUFFIX="httplib2"
- TOX_SUFFIX="boto" - TOX_SUFFIX="boto"
- TOX_SUFFIX="boto3" - TOX_SUFFIX="boto3"
- TOX_SUFFIX="urllib317"
- TOX_SUFFIX="urllib319" - TOX_SUFFIX="urllib319"
- TOX_SUFFIX="urllib3110" - TOX_SUFFIX="urllib3110"
- TOX_SUFFIX="urllib3121"
- TOX_SUFFIX="tornado3" - TOX_SUFFIX="tornado3"
- TOX_SUFFIX="tornado4" - TOX_SUFFIX="tornado4"
- TOX_SUFFIX="aiohttp" - TOX_SUFFIX="aiohttp"

View File

@@ -1,5 +1,5 @@
[tox] [tox]
envlist = {py26,py27,py33,py34,py35,py36,pypy,pypy3}-{flakes,requests216,requests213,requests27,requests26,requests25,requests24,requests23,requests22,requests1,httplib2,urllib317,urllib319,urllib3110,tornado3,tornado4,boto,boto3,aiohttp} envlist = {py26,py27,py33,py34,py35,py36,pypy,pypy3}-{flakes,requests216,requests213,requests27,requests26,requests25,requests24,requests23,requests22,requests1,httplib2,urllib319,urllib3110,urllib3121,tornado3,tornado4,boto,boto3,aiohttp}
[testenv:flakes] [testenv:flakes]
skipsdist = True skipsdist = True
@@ -29,9 +29,9 @@ deps =
requests23: requests==2.3.0 requests23: requests==2.3.0
requests22: requests==2.2.1 requests22: requests==2.2.1
httplib2: httplib2 httplib2: httplib2
urllib317: urllib3==1.7.1
urllib319: urllib3==1.9.1 urllib319: urllib3==1.9.1
urllib3110: urllib3==1.10.2 urllib3110: urllib3==1.10.2
urllib3121: urllib3==1.21.1
{py26,py27,py33,py34,py35,py36,pypy}-tornado3: tornado>=3,<4 {py26,py27,py33,py34,py35,py36,pypy}-tornado3: tornado>=3,<4
{py26,py27,py33,py34,py35,py36,pypy}-tornado4: tornado>=4,<5 {py26,py27,py33,py34,py35,py36,pypy}-tornado4: tornado>=4,<5
{py26,py27,py33,py34,py35,py36,pypy}-tornado3: pytest-tornado {py26,py27,py33,py34,py35,py36,pypy}-tornado3: pytest-tornado