tox.ini: Fix Environments typo

Change-Id: Iebcdc092747b5e4f604948d97f5c8ac1a3b307f9
This commit is contained in:
Reedy 2024-11-07 00:18:12 +00:00
parent 106a63e3b4
commit 35d0b2f39e

View file

@ -6,7 +6,7 @@ minversion = 1.6
# Do not run install command
skipsdist = True
# Environements to execute when invoking 'tox'
# Environments to execute when invoking 'tox'
envlist = flake8
[testenv:flake8]