From 96266a13f0973b2ea4ef7dd2262f45a1bcdf6291 Mon Sep 17 00:00:00 2001 From: Tomaz Solc Date: Fri, 5 Feb 2021 13:34:27 +0100 Subject: Drop pypy from tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f79fd2c..69ff69c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = begin,py{35,36,37,py,py3},end +envlist = begin,py{35,36,37,py3},end [testenv:begin] commands = coverage erase -- cgit v1.2.1