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>
skipsdist = True
[testenv]
-whitelist_externals = find
deps =
-r{toxinidir}/requirements-test.txt
django16: django>=1.6,<1.7
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}'