summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorsonu.kumar <sonu.kumar@nectechnologies.in>2015-11-18 14:32:54 +0530
committersonu.kumar <sonu.kumar@nectechnologies.in>2015-11-18 14:32:54 +0530
commit7d5c1ecff85d28330b7e5ea67d384884eb32b4af (patch)
treef23ca414f40a90425d5b944db0f9f7575b831941 /tox.ini
parentbdaf48116c0cbde22efe14a2caf144df56b65def (diff)
downloadpython-designateclient-7d5c1ecff85d28330b7e5ea67d384884eb32b4af.tar.gz
Clearing out .pyc file before a tox run
Change-Id: I8d6ff9c2d29f0a3429d3e7bdffd4bd97f8024b3c
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 0271b89..0cdc37f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,7 +12,11 @@ setenv = VIRTUAL_ENV={envdir}
LC_ALL=C
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
+
+whitelist_externals = find
+
commands =
+ find . -type f -name "*.pyc" -delete
python setup.py testr --testr-args='{posargs}'
[tox:jenkins]