lektor-website/tox.ini

19 lines
255 B
INI
Raw Permalink Normal View History

[tox]
minversion = 3
envlist = py
skipsdist = true
[testenv]
deps =
lektor
jinja2>=3
commands =
lektor plugins reinstall
lektor build
2021-09-18 12:39:49 +02:00
[testenv:deploy]
commands =
lektor plugins reinstall
lektor build
2021-09-18 12:46:59 +02:00
lektor deploy production