Disable usedevelop for some tox testenvs
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 10 Jul 2019 17:18:53 +0000 (17:18 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 10 Jul 2019 17:18:53 +0000 (17:18 +0000)
commit29510b38c2b86e4be79d0186076ba14976d0c7ea
tree1f11ea785384615c778e6e77dd7a6d018bdcfc55
parentd2b0ad552e3ed8b05d1ab5fb26d7a9f4395f7064
Disable usedevelop for some tox testenvs

Tox's usedevelop option implicitly installs the project and its
dependencies, and is enabled in the base testenv. Disable it in
testenvs which don't make use of the installed project, but add the
project dependencies to the docs testenv since it needs them to be
able to generate the API docs. This results in a fairly substantial
speedup of >10% for a full `tox` invocation.
tox.ini