Skip to content

Commit

Permalink
add python 3.4 to tox
Browse files Browse the repository at this point in the history
  • Loading branch information
crccheck committed Mar 31, 2014
1 parent bd98b03 commit 222b754
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ envlist =
py33django16,
py27django17,
py33django17,
py34django16,
py34django17,

downloadcache = {toxworkdir}/.cache

Expand Down Expand Up @@ -70,3 +72,15 @@ basepython=python3.3
deps =
{[testenv]deps}
https://www.djangoproject.com/download/1.7b1/tarball/

[testenv:py34django16]
basepython=python3.4
deps =
{[testenv]deps}
django>=1.6,>1.5

[testenv:py34django17]
basepython=python3.4
deps =
{[testenv]deps}
https://www.djangoproject.com/download/1.7b1/tarball/

0 comments on commit 222b754

Please sign in to comment.