diff options
| author | yanjun.fu <yanjun.fu@easystack.cn> | 2017-02-08 16:57:15 +0800 |
|---|---|---|
| committer | yankee <yankeefu1991@hotmail.com> | 2017-02-17 21:20:57 +0800 |
| commit | 7b5a91a7b80afca5ed67192c75ad0d172b9db4cd (patch) | |
| tree | 4200b9c68969c6a717f0f46312c724ee0c1279ef | |
| parent | d10b467af4e2aabbd7935ebbe0eeacce2ce533e3 (diff) | |
| download | python-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.cfg | 1 | ||||
| -rw-r--r-- | tox.ini | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -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 @@ -1,6 +1,6 @@ [tox] distribute = False -envlist = py35,py34,py27,pep8 +envlist = py35,py27,pep8 minversion = 2.0 skipsdist = True |
