From c97dccdab0cd38bc2eb1d10184578499a074621b Mon Sep 17 00:00:00 2001 From: Grzegorz Grasza Date: Sun, 2 Dec 2018 11:53:26 +0100 Subject: [PATCH] Run unit tests on Python 3.6 Run unit tests on the same Python version that the functional tests are run. This is also the same version that FreeIPA uses. Change-Id: I810755854c312ecb78b313b88c390b73dc476215 --- .zuul.yaml | 5 +++++ tox.ini | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 069e926..b9134b6 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,4 +1,9 @@ - project: + templates: + - check-requirements + - openstack-python-jobs + - openstack-python36-jobs + - publish-to-pypi check: jobs: - novajoin-functional: diff --git a/tox.ini b/tox.ini index 22c6952..4476bcd 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 1.8 skipsdist = True -envlist = py35,py27,pep8 +envlist = py36,py27,pep8 [testenv] setenv = VIRTUAL_ENV={envdir}