Merge "Add a note about fixing "db type could not be determined" with py34"
This commit is contained in:
commit
89dbc207c2
3
tox.ini
3
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
|
||||
|
Loading…
Reference in New Issue
Block a user