Remove py33 from the default envlist

Change-Id: I6d5422524e31fd72a61497c47acacaa6ed9fed97
This commit is contained in:
Tony Breeds
2016-07-19 11:23:23 -07:00
parent 5873eed4db
commit 13ad44ed52

View File

@@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py27,py33,py34
envlist = py27,py34
[testenv:venv]
commands = {posargs}