diff --git a/setup.cfg b/setup.cfg index dc0bc305f..ef9c9551e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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] diff --git a/tox.ini b/tox.ini index fdc89d520..48351b605 100644 --- a/tox.ini +++ b/tox.ini @@ -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}