From: Oleg Broytman Date: Sun, 30 Apr 2017 19:54:07 +0000 (+0300) Subject: Remove SQLite DB before tests; just in case X-Git-Tag: 0.2.0~2 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=7bfda48d55c33fd6389365578d8890747cce4417 Remove SQLite DB before tests; just in case --- 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