Skip to content

Commit

Permalink
Add django 1.7 to tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
bmihelac committed Sep 3, 2014
1 parent b70f7d5 commit 0161a7c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py26-1.4, py27-1.4, py27-tablib-dev-1.4, py27-mysql-innodb-1.4, py27-1.5, py27-1.6, py33-1.6
envlist = py26-1.4, py27-1.4, py27-tablib-dev-1.4, py27-mysql-innodb-1.4, py27-1.5, py27-1.6, py33-1.6, py27-1.7, py33-1.7

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

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

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

0 comments on commit 0161a7c

Please sign in to comment.