diff --git a/tox.ini b/tox.ini index 881b09e2e..f6a753027 100644 --- a/tox.ini +++ b/tox.ini @@ -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