Update python versions for unit tests

This patch updates py37 to py38 in the default unit test environments.

Change-Id: I776ae5c2ecf2d356959fd8ffbb5296c3b044edaf
This commit is contained in:
Christopher Dearborn 2020-05-05 11:02:29 -04:00
parent 338af3a2a0
commit 6fb41d91e9
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
[tox]
envlist = py37,py36,pep8
minversion = 3.1.0
envlist = py38,py36,pep8
ignore_basepython_conflict=true
[testenv]
usedevelop = True