Remove py33 from the default environment list

OpenStack is only testing under 3.4.

Change-Id: I285126b6b52e97f97129600621728a1318b6a3df
This commit is contained in:
Doug Hellmann 2015-08-26 21:00:50 +00:00
parent 02b54e6f71
commit 69ff154bde

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py33,py34,py27,pypy,pep8
envlist = py34,py27,pypy,pep8
skipsdist = True
[testenv]