Skip to content

Commit fd8dddd

Browse files
author
James Oakley
committed
Add Django 1.7 to tox config
1 parent 39e2165 commit fd8dddd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

tox.ini

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ envlist=
66
py27-django15,
77
py26-django16,
88
py27-django16,
9+
py26-django17,
10+
py27-django17,
11+
912

1013
[testenv]
1114
commands=
@@ -54,3 +57,18 @@ deps=
5457
django==1.6
5558
netaddr
5659
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+
deps=
71+
django==1.7
72+
netaddr
73+
psycopg2
74+

0 commit comments

Comments
 (0)