diff --git a/tox.ini b/tox.ini index 5529464..682b644 100644 --- a/tox.ini +++ b/tox.ini @@ -13,5 +13,5 @@ commands = sphinx-autobuild -E -b html source/ build/html/ [testenv:cv] -whitelist_externals = /usr/bin/pandoc +whitelist_externals = /home/vladan/.nix-profile/bin/pandoc commands = pandoc -V geometry:margin=1.6in --from=rst -o build/cv.pdf source/cv.rst