Explorar el Código

Remove Python3.5 from tox.ini as it is not supported anymore

Guinness hace 4 años
padre
commit
a5078d2d34
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tox.ini

+ 1 - 1
tox.ini

@@ -2,7 +2,7 @@
 # fakeroot -u tox --recreate
 
 [tox]
-envlist = py{35,36,37,38,39},flake8
+envlist = py{36,37,38,39},flake8
 
 [testenv]
 deps =