Skip to content

Commit

Permalink
change in travis config to test it against django 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
greg committed Aug 15, 2016
1 parent 57684b9 commit 2f7822a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Expand Up @@ -3,7 +3,7 @@ skipsdist = True
usedevelop = True
minversion = 1.8
envlist =
py{27,33,34,35}-dj18
py{27,33,34,35}-dj{18,19,110}

[testenv]
basepython =
Expand All @@ -14,4 +14,6 @@ basepython =
usedevelop = true
commands = python example/manage.py test authority
deps =
dj18: Django<1.11
dj18: Django<1.9
dj19: Django<1.10
dj110: Django<1.11

0 comments on commit 2f7822a

Please sign in to comment.