Fix tox for functional py36 and py37

The default tox run had the wrong environment names. functional-36
vs. functional-py36.

Change-Id: I196b21460789b4295ea2dc4ac297b218e26a1e43
This commit is contained in:
Michael Johnson 2019-05-20 16:10:21 -07:00
parent 4da644136e
commit 135d999f5e
1 changed files with 1 additions and 1 deletions

View File

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