1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 09:13:23 +00:00

travis through tox.

This commit is contained in:
Ivan Malison
2014-10-02 15:26:22 -07:00
parent 163181844b
commit 3a46a6f210
2 changed files with 47 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
[tox]
envlist = {py26,py27,py33,py34,pypy}-{requests24,requests23,requests22,requests1,httplib2,urllib3}
envlist = {py26,py27,py33,py34,pypy}-{requests24,requests23,requests22,requests1,httplib2,urllib3,boto}
[testenv]
commands =
@@ -21,4 +21,5 @@ deps =
requests23: requests==2.3.0
requests22: requests==2.2.1
httplib2: httplib2
urllib3: urllib3==1.7.1
urllib3: urllib3==1.7.1
boto: boto