summaryrefslogtreecommitdiff
path: root/tox.ini
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 /tox.ini
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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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