Skip to content

Commit

Permalink
Run tests with Django 1.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
zsiciarz committed Sep 6, 2015
1 parent 35e8128 commit e82d90b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tox.ini
@@ -1,9 +1,9 @@
[tox]
envlist=
py26-1.{4,6},
py27-1.{4,6,7},
py33-1.{6,7},
py34-1.{6,7}
py27-1.{4,6,7,8},
py33-1.{6,7,8},
py34-1.{6,7,8}

[testenv]
basepython =
Expand All @@ -17,3 +17,4 @@ deps =
1.4: Django>=1.4,<1.5
1.6: Django>=1.6,<1.7
1.7: Django>=1.7,<1.8
1.8: Django>=1.8,<1.9

0 comments on commit e82d90b

Please sign in to comment.