mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-23 15:56:50 +00:00
tox.ini: Fix Environments typo
Change-Id: Iebcdc092747b5e4f604948d97f5c8ac1a3b307f9
This commit is contained in:
parent
106a63e3b4
commit
35d0b2f39e
2
tox.ini
2
tox.ini
|
@ -6,7 +6,7 @@ minversion = 1.6
|
||||||
# Do not run install command
|
# Do not run install command
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
# Environements to execute when invoking 'tox'
|
# Environments to execute when invoking 'tox'
|
||||||
envlist = flake8
|
envlist = flake8
|
||||||
|
|
||||||
[testenv:flake8]
|
[testenv:flake8]
|
||||||
|
|
Loading…
Reference in a new issue