notes/tox.ini

12 lines
211 B
INI
Raw Normal View History

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