Skip to content

Commit 9722c45

Browse files
committed
Python 3.5 is only supported by Django >= 1.9
1 parent 9fa21e9 commit 9722c45

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tox.ini

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ envlist =
3232
py34-django18,
3333
py34-django19,
3434

35-
py35-django15,
36-
py35-django16,
37-
py35-django17,
38-
py35-django18,
3935
py35-django19,
4036

4137
[testenv]
@@ -46,4 +42,4 @@ deps =
4642
django16: django >=1.6,<1.7
4743
django17: django >=1.7,<1.8
4844
django18: django >=1.8,<1.9
49-
django19: https://github.com/django/django/tarball/master
45+
django19: django >=1.9a1,<1.10

0 commit comments

Comments
 (0)