File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 - TOX_ENV=py33-1.7.x
66 - TOX_ENV=py33-1.6.x
77 - TOX_ENV=py33-1.5.x
8+ - TOX_ENV=py34-master
9+ - TOX_ENV=py34-1.7.x
10+ - TOX_ENV=py34-1.6.x
11+ - TOX_ENV=py34-1.5.x
812 - TOX_ENV=pypy-master
913 - TOX_ENV=pypy-1.7.x
1014 - TOX_ENV=pypy-1.6.x
Original file line number Diff line number Diff line change @@ -54,6 +54,22 @@ deps = {[testenv]deps17}
5454basepython = python3.3
5555deps = {[testenv]master}
5656
57+ [testenv:py34-1.5.x]
58+ basepython = python3.4
59+ deps = {[testenv]deps15}
60+
61+ [testenv:py34-1.6.x]
62+ basepython = python3.4
63+ deps = {[testenv]deps16}
64+
65+ [testenv:py34-1.7.x]
66+ basepython = python3.4
67+ deps = {[testenv]deps17}
68+
69+ [testenv:py34-master]
70+ basepython = python3.4
71+ deps = {[testenv]master}
72+
5773[testenv:pypy-1.5.x]
5874basepython = pypy
5975deps = {[testenv]deps17}
You can’t perform that action at this time.
0 commit comments