File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 77downloadcache = {toxworkdir}/.cache
88
99[testenv]
10- commands = ./manager test --tb =short --pdb
10+ commands = ./manager test --tb =short
1111
1212[base]
1313deps =
@@ -31,11 +31,11 @@ deps =
3131 django>=1.5,<1.6
3232 {[base]deps}
3333
34- # [testenv:py27-django16]
35- # basepython = python2.7
36- # deps =
37- # django>=1.6,<1.7
38- # {[base]deps}
34+ [testenv:py27-django16]
35+ basepython = python2.7
36+ deps =
37+ django>=1.6,<1.7
38+ {[base]deps}
3939
4040[testenv:py26-django14]
4141basepython = python2.6
4949 django>=1.5,<1.6
5050 {[base]deps}
5151
52- # [testenv:py26-django16]
53- # basepython = python2.6
54- # deps =
55- # django>=1.6,<1.7
56- # {[base]deps}
52+ [testenv:py26-django16]
53+ basepython = python2.6
54+ deps =
55+ django>=1.6,<1.7
56+ {[base]deps}
You can’t perform that action at this time.
0 commit comments