From 7bfda48d55c33fd6389365578d8890747cce4417 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 30 Apr 2017 22:54:07 +0300 Subject: [PATCH] Remove SQLite DB before tests; just in case --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index abc744d..65e5eff 100644 --- a/tox.ini +++ b/tox.ini @@ -81,6 +81,7 @@ commands = {[postgresql]commands} [sqlite] commands = {[testenv]commands} + -{envpython} {envbindir}/rm.py /tmp/test.sqdb {envpython} -m pytest --cov=sqlconvert -D sqlite:///tmp/test.sqdb {envpython} {envbindir}/rm.py /tmp/test.sqdb -- 2.39.2