From 3a21c31c8fd28e71a901add901ba1ae2ebb1e4f5 Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Apr 24 2018 15:02:51 +0000 Subject: Remove py35 testenv There are Python 3 package only for Fedora and >=EL8 and there is no Python 3.5 interpreter in active Fedora releases. Therefore it is not necessary to work with Python 3.5. Signed-off-by: Chenxiong Qi --- diff --git a/tox.ini b/tox.ini index c5295c3..2f2c724 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py35,py36,flake8 +envlist = py26,py27,py36,flake8 [testenv] skip_install = True