python3: Introduce py33 to tox.ini

Introduce py33 to tox.ini to make testing with
python3 easier.

Change-Id: I96d1ecd3f0069295e27127239c83afc32673ffec
Signed-off-by: Chuck Short <chuck.short@canonical.com>
This commit is contained in:
Chuck Short 2013-06-01 19:51:03 -05:00
parent 0e2274253e
commit 63580a7298

View File

@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,pep8
envlist = py26,py27,py33,pep8
[testenv]
deps = -r{toxinidir}/requirements.txt