We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e2165 commit fd8ddddCopy full SHA for fd8dddd
tox.ini
@@ -6,6 +6,9 @@ envlist=
6
py27-django15,
7
py26-django16,
8
py27-django16,
9
+ py26-django17,
10
+ py27-django17,
11
+
12
13
[testenv]
14
commands=
@@ -54,3 +57,18 @@ deps=
54
57
django==1.6
55
58
netaddr
56
59
psycopg2
60
61
+[testenv:py26-django17]
62
+basepython=python2.6
63
+deps=
64
+ django==1.7
65
+ netaddr
66
+ psycopg2
67
68
+[testenv:py27-django17]
69
+basepython=python2.7
70
71
72
73
74
0 commit comments