(tox.ini): Forgot to add python versions to tox envlist

This commit is contained in:
justin-h-loi 2023-08-22 17:32:31 -04:00 committed by arp102
parent 8783e881be
commit d275a68d3f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist = pep8,py310,bandit,docs envlist = pep8,py38,py39,py310,py311,bandit,docs
[testenv] [testenv]
passenv = * passenv = *