Drop py34 target in tox.ini and setup.cfg

We support py35 now.We do not have python 3.4 in setup.cfg which declares the explicit
supported versions.so it is no need to keep the supoort for py34.

Change-Id: I225c9d5d6d1f24d763dbdcb42eabcc3949797f62
see:https://review.openstack.org/#/c/349069/
This commit is contained in:
loooosy 2017-03-28 11:37:56 +08:00
parent c5a4f5f7b7
commit 2d1dd433f7
2 changed files with 2 additions and 3 deletions

View File

@ -17,7 +17,6 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
[files]

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py35,py34,py27,pep8
envlist = py35,py27,pep8
skipsdist = True
[testenv]
@ -46,4 +46,4 @@ builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,.tmp,releasenotes
[testenv:genconfig]
commands = oslo-config-generator --config-file=etc/nova/nova-dpm-config-generator.conf
commands = oslo-config-generator --config-file=etc/nova/nova-dpm-config-generator.conf