Sean McGinnis 87d2e49068
Bump default tox env from py37 to py38
Python 3.8 is now our highest level supported python runtime.
This updates the default tox target environments to swap out
py37 for py38 to make sure local development testing is
covering this version.

This does not impact zuul jobs in any way, nor prevent local
tests against py37. It just changes the default if none is
explicitly provided.

Change-Id: I9513860cc02287ab987d22f3403bb19bd07c28a9
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-04-24 10:25:52 -05:00
2018-09-13 16:17:56 +00:00
2018-09-13 15:50:37 +00:00
2019-04-19 19:33:06 +00:00
2018-09-12 17:35:58 +00:00
2018-09-20 15:41:08 +00:00
2020-04-14 10:17:54 +00:00
2018-09-12 17:35:58 +00:00
2018-09-12 17:35:58 +00:00
2018-09-12 17:35:58 +00:00
2020-02-11 18:48:10 +01:00
2020-04-24 10:25:52 -05:00

oslo.upgradecheck

Common code for writing OpenStack upgrade checks

This project contains the common code necessary for writing upgrade checks in OpenStack projects. It includes a module (oslo_upgradecheck.upgradecheck) for the common code as well as an example (oslo_upgradecheck.__main__) of integrating that code into a project.

Description
Common code for writing OpenStack upgrade checks.
Readme 1.1 MiB
Languages
Python 100%