Skip to content

Commit

Permalink
Add tests for Django 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmuellegger committed Dec 2, 2015
1 parent fc675c1 commit 99d8d62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Expand Up @@ -3,6 +3,7 @@ envlist =
django14-py{26,27,py},
django{15,16}-py{26,27,32,33,34,py},
django{17,18}-py{27,32,33,34,py},
django{19}-py{27,34,py},

[testenv]
setenv =
Expand All @@ -28,5 +29,6 @@ deps =
django16: django>=1.6,<1.7
django17: django>=1.7,<1.8
django18: django>=1.8,<1.9
django19: django>=1.9,<1.10

commands = {toxinidir}/runtests.py

0 comments on commit 99d8d62

Please sign in to comment.