Re-enable the py36 tox environment

A recent automated patch[1] removed py36 from the tox default
environment list. Since Ubuntu 18.04 includes python 3.6 and we
still include a functional-3.6 test, we should keep the py36
environment in the list.

[1] https://review.opendev.org/#/c/669440/

Change-Id: I2bab434523efee0ad755e794f00c3a1ca85ec68f
This commit is contained in:
Michael Johnson 2019-08-06 17:13:45 -07:00
parent ddd2fd371c
commit 518241816c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.5.0
envlist = docs,py27,py37,functional-py37,functional-py36,functional,pep8,specs
envlist = docs,py27,py36,py37,functional-py37,functional-py36,functional,pep8,specs
skipsdist = True
[testenv]