1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-11 18:06:10 +00:00

restore tox envs

This commit is contained in:
Kevin McCarthy
2014-02-09 09:40:24 -10:00
parent 46a2c25f6a
commit d16b20a780

View File

@@ -4,8 +4,7 @@
# and then run "tox" from this directory. # and then run "tox" from this directory.
[tox] [tox]
#envlist = py26, py27, pypy, py26requests, py27requests, pypyrequests, py26oldrequests, py27oldrequests, pypyoldrequests envlist = py26, py27, pypy, py26requests, py27requests, pypyrequests, py26oldrequests, py27oldrequests, pypyoldrequests, py26httplib2, py27httplib2, pypyhttplib2
envlist = py26, py27, pypy, py26httplib2, py27httplib2, pypyhttplib2
[testenv] [testenv]
commands = commands =
@@ -66,6 +65,7 @@ deps =
[testenv:py26httplib2] [testenv:py26httplib2]
basepython = python2.6 basepython = python2.6
deps = deps =
mock
pytest pytest
PyYAML PyYAML
httplib2 httplib2
@@ -73,6 +73,7 @@ deps =
[testenv:py27httplib2] [testenv:py27httplib2]
basepython = python2.7 basepython = python2.7
deps = deps =
mock
pytest pytest
PyYAML PyYAML
httplib2 httplib2
@@ -80,6 +81,7 @@ deps =
[testenv:pypyhttplib2] [testenv:pypyhttplib2]
basepython = pypy basepython = pypy
deps = deps =
mock
pytest pytest
PyYAML PyYAML
httplib2 httplib2