Skip to content

Commit e5a6686

Browse files
committed
Fix a missing install command for the perfsuite env.
1 parent df3df9a commit e5a6686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ whitelist_externals =
2323
mkdir
2424
commands =
2525
noextra: {envpython} -m pip install --disable-pip-version-check {toxinidir}
26-
format,perf: {envpython} -m pip install --disable-pip-version-check '{toxinidir}[format]'
26+
format,perf,perfsuite: {envpython} -m pip install --disable-pip-version-check '{toxinidir}[format]'
2727
formatnongpl: {envpython} -m pip install --disable-pip-version-check '{toxinidir}[format-nongpl]'
2828

2929
# Ignore the deprecation warning until pypa/setuptools#3276 is released

0 commit comments

Comments
 (0)