summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryanjun.fu <yanjun.fu@easystack.cn>2017-02-08 16:57:15 +0800
committeryankee <yankeefu1991@hotmail.com>2017-02-17 21:20:57 +0800
commit7b5a91a7b80afca5ed67192c75ad0d172b9db4cd (patch)
tree4200b9c68969c6a717f0f46312c724ee0c1279ef
parentd10b467af4e2aabbd7935ebbe0eeacce2ce533e3 (diff)
downloadpython-cinderclient-7b5a91a7b80afca5ed67192c75ad0d172b9db4cd.tar.gz
Update tox to delete py34
Due to the change from Ubuntu Trusty to Xenial, where only python3.5 is available. There is no need to continue to keep these settings Change-Id: I04e036521c902d846b6341ce1fd7fc2662bff8df
-rw-r--r--setup.cfg1
-rw-r--r--tox.ini2
2 files changed, 1 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 2a09692..f6134c0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -18,7 +18,6 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
diff --git a/tox.ini b/tox.ini
index 47ebf6b..d235bfd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
distribute = False
-envlist = py35,py34,py27,pep8
+envlist = py35,py27,pep8
minversion = 2.0
skipsdist = True