From 332309d98794a4499170760211a9e411a2bde7fa Mon Sep 17 00:00:00 2001 From: Alexander Sikorski Date: Wed, 10 Jun 2020 18:50:10 +0200 Subject: [PATCH] change tox env to py37 only --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9fe545b..9f2d33d 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py37, py27 +envlist = py37 [testenv] deps =