Skip to content

Commit

Permalink
added python3.4 test support
Browse files Browse the repository at this point in the history
  • Loading branch information
ierror committed Aug 7, 2014
1 parent 55a3a9c commit 977201c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ envlist =
py26-django16, py26-django15, py26-django14,
py32-django16, py32-django15,
py33-django16, py33-django15,
py34-django16, py34-django15,

[testenv]
changedir=django_js_reverse/tests/
Expand Down Expand Up @@ -56,5 +57,15 @@ deps =

[testenv:py33-django15]
basepython = python3.3
deps =
Django>=1.5,<1.6

[testenv:py34-django16]
basepython = python3.3
deps =
Django>=1.6,<1.7

[testenv:py34-django15]
basepython = python3.3
deps =
Django>=1.5,<1.6

0 comments on commit 977201c

Please sign in to comment.