mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 17:15:35 +00:00
24 lines
515 B
INI
24 lines
515 B
INI
[tox]
|
|
envlist = {py26,py27,py33,py34,pypy}-{requests24,requests23,requests22,requests1,httplib2,urllib3,boto}
|
|
|
|
[testenv]
|
|
commands =
|
|
py.test {posargs}
|
|
basepython =
|
|
py26: python2.6
|
|
py27: python2.7
|
|
py33: python3.3
|
|
py34: python3.4
|
|
pypy: pypy
|
|
deps =
|
|
mock
|
|
pytest
|
|
pytest-localserver
|
|
PyYAML
|
|
requests1: requests==1.2.3
|
|
requests24: requests==2.4.0
|
|
requests23: requests==2.3.0
|
|
requests22: requests==2.2.1
|
|
httplib2: httplib2
|
|
urllib3: urllib3==1.7.1
|
|
boto: boto |