tox: use pipenv to install deps into virtualenv created by tox

This commit is contained in:
Jakob Schnitzer 2022-09-03 17:14:52 +02:00
parent 2ccb5c1e12
commit 64bb1a53f5

View File

@ -5,7 +5,7 @@ skipsdist = true
[testenv]
deps =
lektor
pipenv
setenv =
# Keep Lektor's private package cache in tox env rather than ~/.cache
XDG_CACHE_HOME = {envdir}/cache
@ -13,6 +13,7 @@ setenv =
[testenv:build]
commands =
pipenv sync
lektor build -f webpack -O {envdir}/output
[testenv:htmltest]