Remove pypy env from tox

We removed pypy's gate a few weeks ago as it's been failing for some
time. This means we're not supporting it anymore. Therefore, it should
be ok to remove it from the tox file.

Change-Id: Iac9bf4775794b8d097c0c5cae0337f14fa2fa25c
This commit is contained in:
Flavio Percoco
2015-12-08 22:49:34 -04:30
parent 22ef7be20d
commit 0e4cd15705

View File

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