summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJens Rosenboom <j.rosenboom@x-ion.de>2016-07-01 10:40:08 +0200
committerJens Rosenboom <j.rosenboom@x-ion.de>2016-07-01 17:04:41 +0200
commitdf0aa8acaad746dde19b26bc9724379c3de9c30a (patch)
treed59c8e783a9c96b2d2f24bc6fce8a5f0c314272e /tox.ini
parent3b87313eb402baac38ebeccb53121efadc37c22a (diff)
downloadnova-df0aa8acaad746dde19b26bc9724379c3de9c30a.tar.gz
Add a py35 environment to tox
Infra will start running python35 jobs soon [1], targeting to replace the current python34 jobs. This is due to the change from Ubuntu Trusty to Xenial, where only python3.5 will be available. So we add a py35 environment with the same definitions for skipping not-yet-working checks as we have in place for py34 already. [1] https://review.openstack.org/336272 Change-Id: I017478fafa31121f40c95d73e49ac4dced80c7a2
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 905bc258d8..4a353e12ce 100644
--- a/tox.ini
+++ b/tox.ini
@@ -37,6 +37,12 @@ commands =
find . -type f -name "*.pyc" -delete
bash tools/pretty_tox3.sh '{posargs}'
+[testenv:py35]
+setenv = {[testenv]setenv}
+commands =
+ find . -type f -name "*.pyc" -delete
+ bash tools/pretty_tox3.sh '{posargs}'
+
[testenv:functional]
usedevelop = True
setenv = VIRTUAL_ENV={envdir}