Skip to content

Commit

Permalink
Add Django 1.10 to list of tested versions
Browse files Browse the repository at this point in the history
  • Loading branch information
goodtune committed Aug 24, 2016
1 parent 8ab23b7 commit 1427ccd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27-dj{18,19}
envlist = py27-dj{18,19,110}

[testenv]
basepython =
Expand All @@ -9,6 +9,7 @@ usedevelop = True
deps =
dj18: Django~=1.8.0
dj19: Django~=1.9.0
dj110: Django~=1.10.0

changedir = dts_test_project

Expand Down

0 comments on commit 1427ccd

Please sign in to comment.