Drop pypy support

This commit is contained in:
Andrew Rabert 2018-11-26 16:53:32 -05:00 committed by Andrew Rabert
parent 3b30dbb8e2
commit 8dfb33d6cc
2 changed files with 1 additions and 2 deletions

View file

@ -53,7 +53,6 @@ setuptools.setup(
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Libraries :: Python Modules'],

View file

@ -1,5 +1,5 @@
[tox]
envlist = py27,py34,py35,pypy,pypy3,tornado42,tornado44,tornado45
envlist = py35,py36,py37,tornado42,tornado44,tornado45
indexserver =
default = https://pypi.python.org/simple
toxworkdir = build/tox