diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2021-03-29 21:50:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-03-29 21:50:31 +0000 |
commit | ea8f93acb6cac13c70a30492b41431182de76984 (patch) | |
tree | aedd1615ff9b39ab09917650b65869ea56aa4071 /tox.ini | |
parent | 11940887951d2ed30fb4471d1ffe4bf120737abd (diff) | |
parent | 626ee392a16840390b11192422f524ce748699b5 (diff) |
Merge "Change python baseOS img to integration-python"2.5.4
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,7 @@ # ECOMP is a trademark and service mark of AT&T Intellectual Property. [tox] -envlist = py37,py38 +envlist = py38,py39 [testenv] deps= @@ -33,7 +33,7 @@ commands= coverage xml -i [testenv:flake8] -basepython = python3.8 +basepython = python3.9 skip_install = true deps = flake8 commands = flake8 setup.py config_binding_service tests |