remove support for pypy in tox.ini

Change-Id: I586e3ec1bffda4ca09151272c0d97aa81757a2fe
This commit is contained in:
Aya Horwitz 2015-11-09 15:06:31 +02:00
parent 1122488e12
commit 620e4052a9
1 changed files with 1 additions and 1 deletions

View File

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