Added .testrepository in testenv

Running py2* post py3* tests results in error. Add
'rm -f .testrepository' command in testenv to
resolve this.

Change-Id: Ie8766d044dc1a3e31d80a9016b25c821e0a60434
This commit is contained in:
Deepak Jon 2017-05-04 14:53:25 +05:30
parent e6c3c38a1b
commit a88e413b48
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
whitelist_externals = find
commands =
rm -f .testrepository
find . -type f -name "*.pyc" -delete
python setup.py testr --slowest --testr-args='{posargs}'