Remove Python 3.3 from list of tox environments

Remove Python 3.3 from the list of tox test environments since we do
not currently support Python 3.3 for swift.

Change-Id: I7993a511e8433b21b292f21f4775e4ef2b5c2539
This commit is contained in:
Peter Portante 2013-12-02 13:54:40 -05:00
parent 73b0df1ead
commit bdcf6adc28

View File

@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py33,pep8
envlist = py26,py27,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}