Add python 3.6 unit test job

This is a mechanically generated patch to add a unit test job running
under Python 3.6 as part of the python3-first goal.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I2b04e865fb72296f672ab206fcda15e30450db97
This commit is contained in:
Nguyen Hai Truong 2018-11-06 00:28:17 -08:00
parent 60151e38ea
commit 7f867bbf41
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py{27,34,35},pep8,apiexamples,cover,api-ref,releasenotes,bandit,fakemodetests,pylint
envlist = py{27,34,35,36},pep8,apiexamples,cover,api-ref,releasenotes,bandit,fakemodetests,pylint
minversion = 1.6
skipsdist = True
@ -19,7 +19,7 @@ deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = find ./trove -type f -name "*.pyc" -delete
rm -f trove_test.sqlite
stestr run --serial '{posargs}'
stestr run --serial {posargs}
stestr slowest
whitelist_externals = find
rm