aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorCraig Citro <craigcitro@gmail.com>2015-01-06 01:32:28 -0800
committerCraig Citro <craigcitro@gmail.com>2015-01-06 01:32:28 -0800
commit39099eb86f4698406ddcff5ecb0a66881caee9df (patch)
tree1b4d19cbce91b0d3afd5596f1a782bc5ef9cb73a /tox.ini
parent9e4fe2f3bddb3c9fb9e7f0f85c7c7dde2bac207f (diff)
downloadoauth2client-39099eb86f4698406ddcff5ecb0a66881caee9df.tar.gz
Minor cleanups:
* drop stale `Makefile` targets. * move scripts to a `scripts` dir.
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