Merge "Run unit tests on Python 3.6"

This commit is contained in:
Zuul 2018-12-19 19:46:00 +00:00 committed by Gerrit Code Review
commit 617541b67a
2 changed files with 6 additions and 1 deletions

View File

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

View File

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