Remove pypy (2) environment from tox.ini

pypy refers to Pypy 2 which implements Python 2 which pytest does not
support. Keep only pypy3.
This commit is contained in:
Ran Benita 2020-04-14 14:49:12 +03:00
parent 9ddf38369d
commit 10080dc60d
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ envlist =
py36
py37
py38
pypy
pypy3
py37-{pexpect,xdist,twisted,numpy,pluggymaster}
doctesting