py36 added to envlist

py36 testnv was introduced in
https://review.openstack.org/#/c/578313
However, py36 wasn't added to envlist and this fails tox .when run
locally as it's not defined

Change-Id: I7ddf464161d1f2b38f653adb3d632151a1659cec
This commit is contained in:
agopi 2018-08-09 15:00:48 -04:00
parent f40c430c20
commit cf24a5aa48
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py27,py35,pep8,linters
envlist = py27,py35,py36,pep8,linters
skipsdist = True
[testenv]