File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 11language : python
22
33python :
4+ - 2.6
45 - 2.7
56 - 3.3
67 - 3.4
Original file line number Diff line number Diff line change 55
66[tox]
77envlist =
8+ py26-1.4 , py26-1.5, py26-1.6,
89 py27-1.4 , py27-1.5, py27-1.6,
910 py32-1.5, py32-1.6,
1011 py33-1.5, py33-1.6,
@@ -16,6 +17,30 @@ deps =
1617commands = coverage run -a setup.py test
1718
1819
20+ [testenv:py26-1.4]
21+ basepython = python2.6
22+ deps =
23+ Django == 1.4.12
24+ pandas >= 0.12.0
25+ coverage == 3.6
26+ django-model-utils >= 1.4.0
27+
28+ [testenv:py26-1.5]
29+ basepython = python2.6
30+ deps =
31+ Django == 1.5.7
32+ pandas >= 0.12.0
33+ coverage == 3.6
34+ django-model-utils >= 1.4.0
35+
36+ [testenv:py26-1.6]
37+ basepython = python2.6
38+ deps =
39+ Django == 1.6.4
40+ pandas >= 0.12.0
41+ coverage == 3.6
42+ django-model-utils == 1.4.0
43+
1944[testenv:py27-1.4]
2045basepython = python2.7
2146deps =
You can’t perform that action at this time.
0 commit comments