Skip to content

Commit

Permalink
Add Python 3.4 and Django 1.8c1 to tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
2xyo committed Apr 1, 2015
1 parent 3d753cd commit 0ee5afa
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 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, py27-1.7, py33-1.7
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, py34-1.7, py27-1.8, py33-1.8, py34-1.8

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

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

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

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

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

0 comments on commit 0ee5afa

Please sign in to comment.