migrate testing to ubuntu focal

Change-Id: If6e2e6b38050133d0ca58d74b2b79186cca287a6
This commit is contained in:
zhangboye 2020-07-14 13:39:43 +08:00
parent a4323a025b
commit 17267b0272
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,10 @@
# Hacking already pins down pep8, pyflakes and flake8
hacking>=3.0,<3.1.0 # Apache-2.0
# remove this pyflakes from here once you bump the
# hacking to 3.2.0 or above. hacking 3.2.0 takes
# care of pyflakes version compatibilty.
pyflakes>=2.1.1
bashate>=0.5.1 # Apache-2.0
doc8>=0.6.0 # Apache-2.0