set up venv with usedevelop=true for easier testing

Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-04-26 15:38:10 -04:00
parent a1a40815a6
commit 57acb1c5b5
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ commands =
commands = python setup.py build_sphinx
[testenv:venv]
usedevelop = true
commands = {posargs}
[flake8]