Support using tox-venv for testing
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 5 Jan 2019 17:20:58 +0000 (17:20 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 5 Jan 2019 17:20:58 +0000 (17:20 +0000)
commit09f2c82b62bd4060474ddcd6bb078f398b38747c
tree8063d78e03edfcbf92a2d466ac0d3dd7fece71a8
parent934c8ddded853cc35c3a4e7b03a44b8a13d72347
Support using tox-venv for testing

The tox-venv plugin for tox leverages the venv module from the
Python 3 standard library instead of relying on the third-party
virtualenv project. Its environments differ in minor ways, however,
so to accommodate that we adjust a couple of our tox testenvs. The
dist testenv no longer assumes the wheel package will be installed,
and expressly includes it as a dep. The docs testenv preinstalls
mudpy into the environment so that we can be sure PBR generates the
AUTHORS and ChangeLog files before Sphinx attempts to include them
in any rendered documents.
tox.ini