Now 'tox' command fails because it tries to remove
.testrepository as a regular file, but it's a
directory.

Change-Id: I1be468d6074049b7d40610c10904e9795a3759d5
Closes-bug: #1703205
This commit is contained in:
Mike Fedosin 2017-07-09 16:42:24 +03:00
parent a2bc572533
commit 2cb36cba73
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ setenv = VIRTUAL_ENV={envdir}
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
deps = -r{toxinidir}/test-requirements.txt
commands =
rm -f .testrepository
rm -f .testrepository/times.dbm
find . -type f -name "*.pyc" -delete
python setup.py testr --slowest --testr-args='{posargs}'
whitelist_externals =