summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorzhangyangyang <zhangyangyang@unionpay.com>2019-03-18 15:40:20 +0800
committerTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2019-04-22 22:28:33 +0900
commitf970589f9ba62b61efdc68a4843e54bc1ecc76c5 (patch)
tree91aeae79125ece6a9b5afde26750da8731f18554 /tox.ini
parent7cfd3abfef05afe500a62cd32138fdb9b35936f7 (diff)
downloadpython-novaclient-f970589f9ba62b61efdc68a4843e54bc1ecc76c5.tar.gz
Drop py35 tests
Drop py35 tests because all the integration testing has been moved to Bionic. See the following URL for more details. http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html Co-Authored-By: Takashi Natsume <natsume.takashi@lab.ntt.co.jp> Change-Id: Ied64e92d5833ed11e1213c42994cfebeaa2ace6a Signed-off-by: zhangyangyang <zhangyangyang@unionpay.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 3 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 0e6b4bbe..ee01ddd5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,5 @@
-# noted to use py35 you need virtualenv >= 1.11.4
[tox]
-envlist = py35,py27,pep8,docs
+envlist = py36,py27,pep8,docs
minversion = 2.0
skipsdist = True
@@ -66,8 +65,8 @@ commands =
stestr --test-path=./novaclient/tests/functional run --concurrency=1 {posargs}
python novaclient/tests/functional/hooks/check_resources.py
-[testenv:functional-py35]
-basepython = python3.5
+[testenv:functional-py36]
+basepython = python3.6
passenv = OS_NOVACLIENT_TEST_NETWORK
commands =
stestr --test-path=./novaclient/tests/functional run --concurrency=1 {posargs}