yet another simple static gallery generator
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
919 B

[tox]
6 years ago
envlist = py{36,37,38,39}-pillow{70,71,-latest},pypy3,check
skip_missing_interpreters = True
[gh-actions]
python =
3.6: py36-pillow70
3.7: py37-pillow71
6 years ago
3.8: py38-pillow-latest, check
6 years ago
3.9: py39-pillow-latest
pypy3: pypy3
[testenv]
deps =
pillow6: Pillow==6.0.0
pillow7: Pillow==7.0.0
extras =
all
tests
commands = pytest --cov sigal --cov-report term tests/
11 years ago
[testenv:check]
deps =
11 years ago
docutils
check-manifest
flake8
collective.checkdocs
pygments
usedevelop = true
commands =
python setup.py checkdocs
python setup.py check --strict --metadata
check-manifest {toxinidir}
8 years ago
[testenv:doc]
whitelist_externals = make
extras = docs
8 years ago
usedevelop = true
commands =
make -C docs html
[testenv:demo]
usedevelop = true
deps =
feedgenerator
cryptography
commands =
sigal build -c tests/sample/sigal.conf.py
sigal serve tests/sample/_build