Commit d6eaf906 by Luke Plant

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

parent f1de262c
[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