Skip to content

Commit 03ba7db

Browse files
committed
tests: run on django 1.6
1 parent d8766ce commit 03ba7db

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

tox.ini

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
downloadcache = {toxworkdir}/.cache
88

99
[testenv]
10-
commands = ./manager test --tb=short --pdb
10+
commands = ./manager test --tb=short
1111

1212
[base]
1313
deps =
@@ -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]
4141
basepython = python2.6
@@ -49,8 +49,8 @@ deps =
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}

0 commit comments

Comments
 (0)