notes/tox.ini

17 lines
297 B
INI
Raw Normal View History

[tox]
2019-08-10 23:00:19 +02:00
envlist = py3
skipsdist = True
[testenv:blog]
2019-08-10 23:00:19 +02:00
deps =
sphinx
sphinx-autobuild
sphinx-typlog-theme
ablog
commands =
sphinx-autobuild -b html source/ build/html/
[testenv:cv]
2019-08-10 23:00:19 +02:00
whitelist_externals = /usr/bin/pandoc
commands = pandoc --from=rst -o build/cv.pdf source/cv.rst