mirror of
https://github.com/lektor/lektor-website.git
synced 2025-04-03 00:45:37 +02:00
tox: use pipenv to install deps into virtualenv created by tox
This commit is contained in:
parent
2ccb5c1e12
commit
64bb1a53f5
3
tox.ini
3
tox.ini
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user