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)
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.


No differences found