update py37 to py38
Change-Id: Ibe6b223cd17603977981a044eece3981fcbbbcdf
This commit is contained in:
parent
7970da0317
commit
fa5c866245
6
tox.ini
6
tox.ini
@ -1,6 +1,6 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 2.0
|
minversion = 2.0
|
||||||
envlist =py36,py37,pep8,pylint,docs
|
envlist =py36,py38, pep8,pylint,docs
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
@ -38,8 +38,8 @@ commands =
|
|||||||
[testenv:py36]
|
[testenv:py36]
|
||||||
basepython = python3.6
|
basepython = python3.6
|
||||||
|
|
||||||
[testenv:py37]
|
[testenv:py38]
|
||||||
basepython = python3.7
|
basepython = python3.8
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
commands = flake8 freezer_dr
|
commands = flake8 freezer_dr
|
||||||
|
Loading…
Reference in New Issue
Block a user