summaryrefslogtreecommitdiffstats
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 aacbddb2a..d6a400548 100644
--- a/tox.ini
+++ b/tox.ini
@@ -44,7 +44,7 @@ sitepackages = True
deps =
pylint
commands =
- {envpython} {toxinidir}/pylint-build-scan.py tox
+ {envpython} {toxinidir}/scripts/pylint-build-scan.py tox
[testenv:lint3k]
basepython = python2.7
@@ -52,7 +52,7 @@ sitepackages = True
deps =
pylint
commands =
- {envpython} {toxinidir}/pylint-build-scan.py tox -- --py3k
+ {envpython} {toxinidir}/scripts/pylint-build-scan.py tox -- --py3k
[testenv:pep8]
basepython = python2.7