From 0f86d2d1b20e36c22aea06caaf020bfd758ee099 Mon Sep 17 00:00:00 2001 From: Julian Hammer Date: Tue, 15 Dec 2020 14:46:46 +0100 Subject: [PATCH] disabled py35 with tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6af586d..a9dd8df 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py35,py36,py37,py38,py39 +envlist = py36,py37,py38,py39 [testenv] commands= python tests/all_tests.py