Group based policy automation - tox fix

The previous patch is not covering all the python version and pep8 for tox test, but for zuul it was working.

Continuation of this patch
https://review.opendev.org/c/x/group-based-policy-automation/+/912045/36

Change-Id: I5a526f50f1e0485cb25b3f23510300ba60979ed0
This commit is contained in:
sonianuj287 2023-10-13 09:12:01 +05:30 committed by AnujSoni
parent 4f95f7deb2
commit 6f668b4213
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = testenv
envlist = py38,py39,py310,pep8
minversion = 3.1.0
skipsdist = False