Merge "Add a note about fixing "db type could not be determined" with py34"

This commit is contained in:
Jenkins 2015-12-16 16:15:31 +00:00 committed by Gerrit Code Review
commit 89dbc207c2

View File

@ -40,6 +40,9 @@ commands =
bash tools/flake8wrap.sh {posargs}
[testenv:py34]
# NOTE(mriedem): If py34 fails with "db type could not be determined", delete
# .testrepository and try again. Running py34 before py27 is OK, but not the
# other way around. See: https://bugs.launchpad.net/testrepository/+bug/1212909
setenv = {[testenv]setenv}
commands =
find . -type f -name "*.pyc" -delete