summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorStephen Finucane <stephen.finucane@intel.com>2016-03-11 19:04:28 +0000
committerStephen Finucane <stephen.finucane@intel.com>2016-03-11 19:28:30 +0000
commit9fd1616cf63a814c59f6fac18985b2afd5c5dd93 (patch)
tree1adfaedff16dd501590268201556add13787db13 /tox.ini
parent33430a869427773c410cb61c618da68214aac187 (diff)
downloadpatchwork-9fd1616cf63a814c59f6fac18985b2afd5c5dd93.tar
patchwork-9fd1616cf63a814c59f6fac18985b2afd5c5dd93.tar.gz
Revert "tox: Cleanup '.pyc' files before run"
This reverts commit 8e58c29f23b9cc072c003268d641f00084ce3b3b. The benefits added by this change did not outweigh the cost it introduces in test run time. Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 33b8ee1..d170325 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,6 @@ envlist = py{27,34}-django{16,17,18,19}
skipsdist = True
[testenv]
-whitelist_externals = find
deps =
-r{toxinidir}/requirements-test.txt
django16: django>=1.6,<1.7
@@ -18,7 +17,6 @@ passenv =
PW_TEST_DB_TYPE PW_TEST_DB_USER PW_TEST_DB_PASS
DISPLAY SELENIUM_BROWSER PW_SKIP_BROWSER_TESTS
commands =
- find . -type f -name "*.pyc" -delete
{toxinidir}/manage.py test --noinput --liveserver=localhost:9000-9200 \
'{posargs:patchwork}'