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
This commit is contained in:
Grzegorz Grasza 2018-12-02 11:53:26 +01:00
parent f8036d01a5
commit c97dccdab0
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
- project:
templates:
- check-requirements
- openstack-python-jobs
- openstack-python36-jobs
- publish-to-pypi
check:
jobs:
- novajoin-functional:

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.8
skipsdist = True
envlist = py35,py27,pep8
envlist = py36,py27,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}