From bac85a832eb8578190d51bd62852e03f55c1215d Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Thu, 3 Dec 2015 09:04:52 +0000 Subject: Revert "Delete python bytecode before every test run" I don't like recompiling my Python files on each run. This reverts commit ce8957f04ffc5277645c59ab05232ead04373913. Change-Id: I34cd22d249a201d3f5c948075dbd762085818cab --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 3617657..c0d1f63 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 -- cgit v1.2.1