diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2021-01-15 13:04:54 +0000 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2021-02-12 17:21:50 +0000 |
commit | aa6f2f2d4e2ffe842508f3de1e28d5a0ce2bf270 (patch) | |
tree | af9575e09b14812ac939d91b9690dead35cfaeaf /tox.ini | |
parent | 603a6752e1e9514491740c274f91d09ed6fcdc59 (diff) |
Bump pysnmp requirement version
Currently used pysnmp version can't be used with Python >= 3.7 version due to new keyword usage.
Add py37, py38 and py39 envs into tox config.
Added mvn-phase-lib locally to test python3 tox
Issue-ID: DCAEGEN2-2494
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I526ceb8d66b40b0a87f0ba688e1ed7f2e3e5b34f
Signed-off-by: vv770d <vv770d@att.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ # content of: tox.ini , put in same dir as setup.py [tox] -envlist = py36 +envlist = py36,py37,py38,py39 +skip_missing_interpreters = true [testenv] deps= |