add python 3.3 setup to tox

Change-Id: Ida90b57d4dd6464bde38b08362d40488669b76ab
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
Doug Hellmann 2013-03-26 16:46:49 -04:00
parent 5eea466dca
commit c3e3002f8b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py32,pep8
envlist = py26,py27,py32,py33,pep8
[testenv]
commands = nosetests -d --with-coverage --cover-inclusive --cover-package stevedore []