From c4d94f3e7346f7f19dd4ae50e694e392849bb4a1 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Mon, 12 Apr 2021 21:26:13 -0400 Subject: Install package for perf toxenvs too. Closes: #798 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f4ed6f4..fcd7f94 100644 --- a/tox.ini +++ b/tox.ini @@ -22,7 +22,7 @@ whitelist_externals = mkdir commands = noextra: {envpython} -m pip install {toxinidir} - format: {envpython} -m pip install '{toxinidir}[format]' + format,perf: {envpython} -m pip install '{toxinidir}[format]' format_nongpl: {envpython} -m pip install '{toxinidir}[format_nongpl]' tests,coverage,codecov: {envpython} -m {env:MAYBE_COVERAGE:} twisted.trial {posargs:jsonschema} -- cgit v1.2.1