aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 81bbd1a..42b1f57 100644
--- a/tox.ini
+++ b/tox.ini
@@ -44,14 +44,14 @@ deps =
pyyaml
sphinx
sphinx-rtd-theme
-commands = ./doc-build
+commands = {toxinidir}/scripts/build-docs
[testenv:pushdocs]
basepython = python2.7
deps =
{[testenv:docs]deps}
ghp-import
-commands = ./push-docs
+commands = {toxinidir}/scripts/push-docs
[testenv:py26]
basepython = python2.6