11 lines
211 B
INI
11 lines
211 B
INI
[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
|