Commit 606592b2 by Luke Plant Committed by benjaoming

Added python3.3 environment to the envs to test in tox.ini

parent 2e4f15c6
[tox] [tox]
envlist = py27-django14, py27-django15, py27-django16 envlist = py27-django14, py27-django15, py27-django16, py33-django16
[testenv] [testenv]
commands = ./runtests.py commands = ./runtests.py
...@@ -32,3 +32,9 @@ basepython = python2.7 ...@@ -32,3 +32,9 @@ basepython = python2.7
deps = deps =
Django==1.6.1 Django==1.6.1
{[testenv]deps} {[testenv]deps}
[testenv:py33-django16]
basepython = python3.3
deps =
Django==1.6.1
{[testenv]deps}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment