diff --git a/ihatemoney.sqlite b/ihatemoney.sqlite new file mode 100644 index 00000000..99ed6f28 Binary files /dev/null and b/ihatemoney.sqlite differ diff --git a/tox.ini b/tox.ini index 695d550c..aa1631ca 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,7 @@ [tox] -envlist = py312,py311,py310,py39,py38,py37,lint_docs +envlist = py311,py310,py39,py38,py37,lint_docs skip_missing_interpreters = True +isolated_build = true [testenv] passenv = TESTING_SQLALCHEMY_DATABASE_URI