diff options
author | 2020-08-17 15:21:16 +0000 | |
---|---|---|
committer | 2020-08-17 15:21:16 +0000 | |
commit | 4feffc20485b5bd304d0dc1edb9255c2cc55ed20 (patch) | |
tree | b30e38c02f7e4712c35ffe65c2e34985f00e19f9 /components/pm-subscription-handler/tox.ini | |
parent | e3d56903975ae17915a618f5f509a6933b315275 (diff) | |
parent | 2d223b10ab87c50d6851b3e9d5e1c5f747b85585 (diff) |
Merge "Run in Python 3.8"
Diffstat (limited to 'components/pm-subscription-handler/tox.ini')
-rw-r--r-- | components/pm-subscription-handler/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/pm-subscription-handler/tox.ini b/components/pm-subscription-handler/tox.ini index 5ba25d5b..1136f5a3 100644 --- a/components/pm-subscription-handler/tox.ini +++ b/components/pm-subscription-handler/tox.ini @@ -17,7 +17,7 @@ # ============LICENSE_END========================================================= [tox] -envlist = py36,py37,flake8 +envlist = py36,py37,flake8,py38 skip_missing_interpreters = true [testenv] |