Skip to content

Commit

Permalink
add django16 coverage to tox
Browse files Browse the repository at this point in the history
  • Loading branch information
crccheck committed Nov 7, 2013
1 parent bd445b4 commit 51274f2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = django14,django15
envlist = django14,django15,django16
downloadcache = {toxworkdir}/.cache

[testenv]
Expand All @@ -23,3 +23,8 @@ deps =
deps =
{[testenv]deps}
django>=1.5,>1.6

[testenv:django16]
deps =
{[testenv]deps}
django>=1.6,>1.5

0 comments on commit 51274f2

Please sign in to comment.