We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3df9a commit e5a6686Copy full SHA for e5a6686
tox.ini
@@ -23,7 +23,7 @@ whitelist_externals =
23
mkdir
24
commands =
25
noextra: {envpython} -m pip install --disable-pip-version-check {toxinidir}
26
- format,perf: {envpython} -m pip install --disable-pip-version-check '{toxinidir}[format]'
+ format,perf,perfsuite: {envpython} -m pip install --disable-pip-version-check '{toxinidir}[format]'
27
formatnongpl: {envpython} -m pip install --disable-pip-version-check '{toxinidir}[format-nongpl]'
28
29
# Ignore the deprecation warning until pypa/setuptools#3276 is released
0 commit comments