]> git.phdru.name Git - sqlconvert.git/commitdiff
Remove SQLite DB before tests; just in case
authorOleg Broytman <phd@phdru.name>
Sun, 30 Apr 2017 19:54:07 +0000 (22:54 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 30 Apr 2017 19:54:07 +0000 (22:54 +0300)
tox.ini

diff --git a/tox.ini b/tox.ini
index abc744d7ec549428d227b9077d301f919314a7be..65e5efff89eb06d861822cbfe2b668e07b12db2a 100644 (file)
--- 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