X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tox.ini;fp=tox.ini;h=3440b2110989c1394060a73e81d71ca4ff6f225e;hb=1f4e7b7b3971b23387aa4177f63e6fe56a40babf;hp=14f1c19779a2bf09395d45ef0c5f048ef0ea588f;hpb=c3e59f1ac36623beebbdd7a82e4ef20c9b47a766;p=m_librarian.git diff --git a/tox.ini b/tox.ini index 14f1c19..3440b21 100644 --- a/tox.ini +++ b/tox.ini @@ -28,14 +28,14 @@ platform = linux|darwin commands = {[testenv]commands} -rm.py -f /tmp/test.sqdb - {envpython} -m pytest --cov=m_librarian -D sqlite:///tmp/test.sqdb + {envpython} -m pytest -D sqlite:///tmp/test.sqdb [testenv:{py27,py34,py35,py36,py37,py38,py39}-sqlite-w32] platform = win32 commands = {[testenv]commands} -rm.py -f {env:TEMP}/test.sqdb - pytest --cov=m_librarian -D sqlite:/{env:TEMP}/test.sqdb?debug=1 + pytest -D sqlite:/{env:TEMP}/test.sqdb?debug=1 rm.py -f {env:TEMP}/test.sqdb # flake8