Removed py33 and pypy

We don't test pypy. Infra no longer has instances able to test
py33. Removing these from our tox.ini file seems sane.

Change-Id: Icf42af12b61749a115136f25a219f4083500f353
This commit is contained in:
Michael Krotscheck 2015-02-11 14:48:49 -08:00
parent 96d1e64e7b
commit 3480bc69c0

View File

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