Skip to content

Commit

Permalink
Add django 1.9 to tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
bmihelac committed Dec 2, 2015
1 parent 23a7c85 commit b2797a6
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27-1.5, py27-1.6, py33-1.6, py27-1.7, py33-1.7, py34-1.7, py27-1.8, py33-1.8, py34-1.8
envlist = py27-1.5, py27-1.6, py33-1.6, py27-1.7, py33-1.7, py34-1.7, py27-1.8, py33-1.8, py34-1.8, py27-1.9, py33-1.9, py34-1.9

[testenv]
commands=python {toxinidir}/tests/manage.py test core
Expand Down Expand Up @@ -53,3 +53,20 @@ basepython = python3.4
deps =
django==1.8
-egit+https://github.com/kennethreitz/tablib.git#egg=tablib

[testenv:py27-1.9]
basepython = python2.7
deps =
django==1.9

[testenv:py33-1.9]
basepython = python3.3
deps =
django==1.9
-egit+https://github.com/kennethreitz/tablib.git#egg=tablib

[testenv:py34-1.9]
basepython = python3.4
deps =
django==1.9
-egit+https://github.com/kennethreitz/tablib.git#egg=tablib

0 comments on commit b2797a6

Please sign in to comment.