Remove py34 tox env and pypi classifier

Currently only py27 and py35 (not py34) is tested in the gate, so
py34 should no longer be part of the tox environment or part of the
PyPi classifier.

Change-Id: I81058c5df47c4dae3c331d0030141896b6a9f1bb
This commit is contained in:
Eric Brown 2017-03-07 14:43:01 -08:00
parent ba24847cbe
commit 4746e0bb58
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}