Remove py35 env from tox testing

Ever since fa94ef04, only Python3 versions >=3.6 are supported.
Removing py35 env from tox tests.

Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
Stanislav Laznicka
2018-03-24 14:18:23 +01:00
committed by Christian Heimes
parent a678336b8b
commit 830b608d67
+1 -1
View File
@@ -1,6 +1,6 @@
[tox] [tox]
minversion=2.3.1 minversion=2.3.1
envlist=py27,py35,py36,pylint2,pylint3,pypi envlist=py27,py36,pylint2,pylint3,pypi
skip_missing_interpreters=true skip_missing_interpreters=true
skipsdist=true skipsdist=true