How to fix "db type could not be determined" when running tox

If you get this error when running "tox -e py35":

"db type could not be determined"

 do this trick to get rid of it:

rm .testrepository/times.dbm

Life is good now.

Comments