13 lines
151 B
INI
13 lines
151 B
INI
|
[tox]
|
||
|
minversion = 3
|
||
|
envlist = py
|
||
|
skipsdist = true
|
||
|
|
||
|
[testenv]
|
||
|
deps =
|
||
|
lektor
|
||
|
jinja2>=3
|
||
|
commands =
|
||
|
lektor plugins reinstall
|
||
|
lektor build
|