summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2015-08-11 19:51:43 +0200
committerChristian Heimes <cheimes@redhat.com>2015-08-14 12:09:11 +0200
commitd63ade55f5cc2a9ecf21ea2b43cfac80149c4c29 (patch)
tree2faa02bb4d45e04ea2fc957e649e6b344ec10c93 /tox.ini
parentf60846e025ff5492e8c05ccf525fe8df1b59bba6 (diff)
downloadpki-d63ade55f5cc2a9ecf21ea2b43cfac80149c4c29.tar.gz
pki-d63ade55f5cc2a9ecf21ea2b43cfac80149c4c29.tar.xz
pki-d63ade55f5cc2a9ecf21ea2b43cfac80149c4c29.zip
Move pylint-build-scan.py to scripts directory
Move internal helper and its configuration out of the project's root directory into scripts/. Also use re instead of fnmatch to find the upgrade scriptlets.
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