Remove releasenotes test from envlist

the releasenotes is in envlist of tox, but releasenotes testenv is
not exists. And we don't need the releasenotes for kuryr-tempest-plugin,
so this PS to remove it.

Change-Id: If9b8b6dc9dbacb4c10dafa0392f75907926fd217
This commit is contained in:
zhoulinhui 2020-10-06 21:30:52 +08:00
parent 6365af3c12
commit 66cc755a19

View File

@ -1,5 +1,5 @@
[tox]
envlist = py38,pep8,releasenotes
envlist = py38,pep8
minversion = 3.1.1
skipsdist = True
ignore_basepython_conflict = True