python3: Add py33 to tox.ini

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

Change-Id: I3f966efc1a845aaa8e317d810bd6a1366acd323c
Signed-off-by: Chuck Short <chuck.short@canonical.com>
This commit is contained in:
Chuck Short 2013-06-01 16:45:45 -05:00
parent 4a06f9fa59
commit 5d63ac7849
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,pep8
envlist = py26,py27,py33,pep8
[testenv]
sitepackages = True