Merge "Remove py34 tox env and pypi classifier"

This commit is contained in:
Jenkins 2017-03-27 12:44:13 +00:00 committed by Gerrit Code Review
commit 85106a6f70
2 changed files with 4 additions and 5 deletions

View File

@ -19,7 +19,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
[files]

View File

@ -1,6 +1,6 @@
# noted to use py34 you need virtualenv >= 1.11.4
# noted to use py35 you need virtualenv >= 1.11.4
[tox]
envlist = py35,py34,py27,pypy,pep8,docs
envlist = py35,py27,pypy,pep8,docs
minversion = 2.0
skipsdist = True
@ -48,8 +48,8 @@ setenv =
OS_TEST_PATH = ./novaclient/tests/functional
commands = bash tools/pretty_tox.sh '--concurrency=1 {posargs}'
[testenv:functional-py34]
basepython = python3.4
[testenv:functional-py35]
basepython = python3.5
passenv = OS_NOVACLIENT_TEST_NETWORK
setenv =
{[testenv]setenv}