mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 09:13:23 +00:00
Stop testing on EOL Python 2.6
This commit is contained in:
14
tox.ini
14
tox.ini
@@ -1,5 +1,5 @@
|
||||
[tox]
|
||||
envlist = {py26,py27,py35,py36,pypy,pypy3}-{flakes,requests218,requests216,requests213,requests211,requests27,requests26,requests25,requests24,requests23,requests22,requests1,httplib2,urllib319,urllib3110,urllib3121,tornado3,tornado4,boto,boto3,aiohttp}
|
||||
envlist = {py27,py35,py36,pypy,pypy3}-{flakes,requests218,requests216,requests213,requests211,requests27,requests26,requests25,requests24,requests23,requests22,requests1,httplib2,urllib319,urllib3110,urllib3121,tornado3,tornado4,boto,boto3,aiohttp}
|
||||
|
||||
[testenv:flakes]
|
||||
skipsdist = True
|
||||
@@ -34,12 +34,12 @@ deps =
|
||||
urllib319: urllib3==1.9.1
|
||||
urllib3110: urllib3==1.10.2
|
||||
urllib3121: urllib3==1.21.1
|
||||
{py26,py27,py35,py36,pypy}-tornado3: tornado>=3,<4
|
||||
{py26,py27,py35,py36,pypy}-tornado4: tornado>=4,<5
|
||||
{py26,py27,py35,py36,pypy}-tornado3: pytest-tornado
|
||||
{py26,py27,py35,py36,pypy}-tornado4: pytest-tornado
|
||||
{py26,py27,py35,py36}-tornado3: pycurl
|
||||
{py26,py27,py35,py36}-tornado4: pycurl
|
||||
{py27,py35,py36,pypy}-tornado3: tornado>=3,<4
|
||||
{py27,py35,py36,pypy}-tornado4: tornado>=4,<5
|
||||
{py27,py35,py36,pypy}-tornado3: pytest-tornado
|
||||
{py27,py35,py36,pypy}-tornado4: pytest-tornado
|
||||
{py27,py35,py36}-tornado3: pycurl
|
||||
{py27,py35,py36}-tornado4: pycurl
|
||||
boto: boto
|
||||
boto3: boto3
|
||||
aiohttp: aiohttp
|
||||
|
||||
Reference in New Issue
Block a user