notes/tox.ini

17 lines
300 B
INI

[tox]
envlist = py3
skipsdist = True
[testenv:blog]
deps =
sphinx
sphinx-autobuild
sphinx-typlog-theme
ablog
commands =
sphinx-autobuild -E -b html source/ build/html/
[testenv:cv]
whitelist_externals = /usr/bin/pandoc
commands = pandoc --from=rst -o build/cv.pdf source/cv.rst