mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-10 09:35:34 +00:00
add more tox envs
This commit is contained in:
34
tox.ini
34
tox.ini
@@ -4,7 +4,23 @@
|
|||||||
# and then run "tox" from this directory.
|
# and then run "tox" from this directory.
|
||||||
|
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py26, py27, py33, pypy, py26requests, py27requests, pypyrequests, py26oldrequests, py27oldrequests, pypyoldrequests, py26httplib2, py27httplib2, pypyhttplib2
|
envlist =
|
||||||
|
py26
|
||||||
|
py27
|
||||||
|
py33
|
||||||
|
pypy
|
||||||
|
py26requests
|
||||||
|
py27requests
|
||||||
|
py33requests
|
||||||
|
pypyrequests
|
||||||
|
py26oldrequests
|
||||||
|
py27oldrequests
|
||||||
|
py33oldrequests
|
||||||
|
pypyoldrequests
|
||||||
|
py26httplib2
|
||||||
|
py27httplib2
|
||||||
|
py33httplib2
|
||||||
|
pypyhttplib2
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands =
|
commands =
|
||||||
@@ -30,16 +46,16 @@ deps =
|
|||||||
PyYAML
|
PyYAML
|
||||||
requests==1.2.3
|
requests==1.2.3
|
||||||
|
|
||||||
[testenv:pypyoldrequests]
|
[testenv:py33oldrequests]
|
||||||
basepython = pypy
|
basepython = python3.3
|
||||||
deps =
|
deps =
|
||||||
mock
|
mock
|
||||||
pytest
|
pytest
|
||||||
PyYAML
|
PyYAML
|
||||||
requests==1.2.3
|
requests==1.2.3
|
||||||
|
|
||||||
[testenv:py33oldrequests]
|
[testenv:pypyoldrequests]
|
||||||
basepython = python3.3
|
basepython = pypy
|
||||||
deps =
|
deps =
|
||||||
mock
|
mock
|
||||||
pytest
|
pytest
|
||||||
@@ -94,6 +110,14 @@ deps =
|
|||||||
PyYAML
|
PyYAML
|
||||||
httplib2
|
httplib2
|
||||||
|
|
||||||
|
[testenv:py33httplib2]
|
||||||
|
basepython = python3.3
|
||||||
|
deps =
|
||||||
|
mock
|
||||||
|
pytest
|
||||||
|
PyYAML
|
||||||
|
httplib2
|
||||||
|
|
||||||
[testenv:pypyhttplib2]
|
[testenv:pypyhttplib2]
|
||||||
basepython = pypy
|
basepython = pypy
|
||||||
deps =
|
deps =
|
||||||
|
|||||||
Reference in New Issue
Block a user