File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : python
22python : 2.7
33env :
4+ - TOX_ENV=py33-master
45 - TOX_ENV=py33-1.7.x
56 - TOX_ENV=py33-1.6.x
67 - TOX_ENV=py33-1.5.x
8+ - TOX_ENV=pypy-master
9+ - TOX_ENV=pypy-1.7.x
10+ - TOX_ENV=pypy-1.6.x
11+ - TOX_ENV=pypy-1.5.x
12+ - TOX_ENV=py27-master
713 - TOX_ENV=py27-1.7.x
814 - TOX_ENV=py27-1.6.x
915 - TOX_ENV=py27-1.5.x
Original file line number Diff line number Diff line change @@ -10,63 +10,65 @@ deps15 =
1010deps16 =
1111 https://github.com/django/django/archive/stable/1.6.x.zip# egg=django
1212deps17 =
13- https://github.com/django/django/archive/master.zip# egg=django
13+ https://github.com/django/django/archive/stable/1.7.x.zip# egg=django
14+ master =
15+ https://github.com/django/django/archive/stable/1.7.x.zip# egg=django
1416
1517[testenv:py26-1.5.x]
1618basepython = python2.6
17- deps =
18- {[testenv]deps15}
19+ deps = {[testenv]deps15}
1920
2021[testenv:py26-1.6.x]
2122basepython = python2.6
22- deps =
23- {[testenv]deps16}
23+ deps = {[testenv]deps16}
2424
2525[testenv:py27-1.5.x]
2626basepython = python2.7
27- deps =
28- {[testenv]deps15}
27+ deps = {[testenv]deps15}
2928
3029[testenv:py27-1.6.x]
3130basepython = python2.7
32- deps =
33- {[testenv]deps16}
31+ deps = {[testenv]deps16}
3432
3533[testenv:py27-1.7.x]
3634basepython = python2.7
37- deps =
38- {[testenv]deps17}
35+ deps = {[testenv]deps17}
36+
37+ [testenv:py27-master]
38+ basepython = python2.7
39+ deps = {[testenv]master}
3940
4041[testenv:py33-1.5.x]
4142basepython = python3.3
42- deps =
43- {[testenv]deps15}
43+ deps = {[testenv]deps15}
4444
4545[testenv:py33-1.6.x]
4646basepython = python3.3
47- deps =
48- {[testenv]deps16}
47+ deps = {[testenv]deps16}
4948
5049[testenv:py33-1.7.x]
5150basepython = python3.3
52- deps =
53- {[testenv]deps17}
51+ deps = {[testenv]deps17}
52+
53+ [testenv:py33-master]
54+ basepython = python3.3
55+ deps = {[testenv]master}
5456
5557[testenv:pypy-1.5.x]
5658basepython = pypy
57- deps =
58- {[testenv]deps17}
59-
59+ deps = {[testenv]deps17}
6060
6161[testenv:pypy-1.6.x]
6262basepython = pypy
63- deps =
64- {[testenv]deps17}
63+ deps = {[testenv]deps17}
6564
6665[testenv:pypy-1.7.x]
6766basepython = pypy
68- deps =
69- {[testenv]deps17}
67+ deps = {[testenv]deps17}
68+
69+ [testenv:pypy-master]
70+ basepython = pypy
71+ deps = {[testenv]master}
7072
7173[docs]
7274commands =
You can’t perform that action at this time.
0 commit comments