summaryrefslogtreecommitdiffstats
path: root/starlingx/tox.ini
diff options
context:
space:
mode:
authorBin Yang <bin.yang@windriver.com>2021-09-02 14:04:16 +0800
committerBin Yang <bin.yang@windriver.com>2021-09-10 18:04:19 +0800
commit206e6e65fc57ec71164ce8e49b84cb34ea29ef12 (patch)
tree8e2138edf148e916dc5cd593105c1a861ac6fe07 /starlingx/tox.ini
parente22ad4eabc88aa9a25c89ee3351d23654a472819 (diff)
Upgrade dependency1.5.6
Issue-ID: MULTICLOUD-1344 Signed-off-by: Bin Yang <bin.yang@windriver.com> Change-Id: I39cf2fedb651a3cfc3601c5ccb01a1b67f564655
Diffstat (limited to 'starlingx/tox.ini')
-rw-r--r--starlingx/tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/starlingx/tox.ini b/starlingx/tox.ini
index 72c4b46d..fe3f5551 100644
--- a/starlingx/tox.ini
+++ b/starlingx/tox.ini
@@ -13,7 +13,7 @@
# limitations under the License.
[tox]
-envlist = py36,cov,pylint
+envlist = py38,cov,pylint
skipsdist = true
[tox:jenkins]
@@ -26,7 +26,7 @@ max-complexity = 27
[testenv]
basepython =
- py36: python3
+ py38: python3
cov: python3
pylint: python3
setenv =