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:
parent
c5a4f5f7b7
commit
2d1dd433f7
@ -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]
|
||||
|
4
tox.ini
4
tox.ini
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user