From 547e34fca5dfc404b1ce0f7ed62da610bbd53e4e Mon Sep 17 00:00:00 2001 From: Mathieu Leplatre Date: Thu, 21 Oct 2021 17:37:50 +0200 Subject: [PATCH] Do not run tests for Python 2.7 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index aa67e91..46c3212 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27, py38, flake8 +envlist = py38, flake8 [testenv] deps= coverage