diff --git a/tox.ini b/tox.ini index 36176573..c0d1f63f 100644 --- a/tox.ini +++ b/tox.ini @@ -10,9 +10,7 @@ setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = - find . -type f -name "*.pyc" -delete python setup.py testr --slowest --testr-args='{posargs}' -whitelist_externals = find [tox:jenkins] downloadcache = ~/cache/pip