Skip to content
Snippets Groups Projects
Commit 57adbe73 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Remove all bytcode & objectcode before running tox"

parents ce3abeb0 92c828b9
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,8 @@ passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY ...@@ -14,7 +14,8 @@ passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
OS_STDOUT_CAPTURE OS_STDERR_CAPTURE OS_LOG_CAPTURE OS_TEST_TIMEOUT OS_STDOUT_CAPTURE OS_STDERR_CAPTURE OS_LOG_CAPTURE OS_TEST_TIMEOUT
PYTHON OS_TEST_PATH LISTOPT IDOPTION PYTHON OS_TEST_PATH LISTOPT IDOPTION
commands = commands =
find . -type f -name "*.pyc" -delete find . -type f -name "*.py[c|o]" -delete
find . -type d -name "__pycache__" -delete
python setup.py test --slowest --testr-args='{posargs}' python setup.py test --slowest --testr-args='{posargs}'
[testenv:pep8] [testenv:pep8]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment