mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 17:15:35 +00:00
11
tox.ini
11
tox.ini
@@ -1,5 +1,5 @@
|
||||
[tox]
|
||||
envlist = {py26,py27,py33,py34,pypy}-{flakes,requests27,requests26,requests25,requests24,requests23,requests22,requests1,httplib2,urllib317,urllib319,urllib3110,tornado,boto}
|
||||
envlist = {py26,py27,py33,py34,pypy}-{flakes,requests27,requests26,requests25,requests24,requests23,requests22,requests1,httplib2,urllib317,urllib319,urllib3110,tornado3,tornado4,boto}
|
||||
|
||||
[testenv:flakes]
|
||||
skipsdist = True
|
||||
@@ -28,9 +28,12 @@ deps =
|
||||
urllib317: urllib3==1.7.1
|
||||
urllib319: urllib3==1.9.1
|
||||
urllib3110: urllib3==1.10.2
|
||||
{py26,py27,py33,py34,pypy}-tornado: tornado
|
||||
{py26,py27,py33,py34,pypy}-tornado: pytest-tornado
|
||||
{py26,py27,py33,py34}-tornado: pycurl
|
||||
{py26,py27,py33,py34,pypy}-tornado3: tornado>=3,<4
|
||||
{py26,py27,py33,py34,pypy}-tornado4: tornado>=4,<5
|
||||
{py26,py27,py33,py34,pypy}-tornado3: pytest-tornado
|
||||
{py26,py27,py33,py34,pypy}-tornado4: pytest-tornado
|
||||
{py26,py27,py33,py34}-tornado3: pycurl
|
||||
{py26,py27,py33,py34}-tornado4: pycurl
|
||||
boto: boto
|
||||
|
||||
[flake8]
|
||||
|
||||
Reference in New Issue
Block a user