summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorEric Brown <browne@vmware.com>2017-03-07 14:43:01 -0800
committerEric Brown <browne@vmware.com>2017-03-20 19:06:51 +0000
commit4746e0bb5850d8fbf5cbf5f0a1d25b53a713bf65 (patch)
treeecc0fbae5674da20b0156c618473425baa058bfb /tox.ini
parentba24847cbee16535d99b2f41e861877d65be0200 (diff)
downloadpython-novaclient-4746e0bb5850d8fbf5cbf5f0a1d25b53a713bf65.tar.gz
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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index fdc89d52..48351b60 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}