X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tox.ini;h=6ba46d0f4aeb5867e4301ababbd92e175769f08f;hb=107850ec22d95eecdfdc375d6d6b83bd76619ffe;hp=3d9cf96fda05e1364c0a730c4dac11f2f2f92629;hpb=b0f95423ec9f1a4d1afa5e959df9e50bebae8d71;p=sqlconvert.git diff --git a/tox.ini b/tox.ini index 3d9cf96..6ba46d0 100644 --- a/tox.ini +++ b/tox.ini @@ -23,14 +23,13 @@ deps = passenv = PGPASSWORD setenv = VIRTUALENV_PIP = 19.1.1 -platform = linux +platform = linux|win32 # Don't fail or warn on uninstalled commands whitelist_externals = createdb dropdb [testenv:{py27,py34,py35,py36,py37,py38,py39}] -platform = linux|win32 commands = {[testenv]commands} {envpython} -m pytest @@ -49,11 +48,11 @@ commands = platform = win32 commands = {[testenv]commands} - -rm.py -f C:/projects/sqlconvert/test.sqdb - pytest -D sqlite:/C:/projects/sqlconvert/test.sqdb?debug=1 - rm.py -f C:/projects/sqlconvert/test.sqdb + -rm.py -f {env:TEMP}/test.sqdb + pytest -D sqlite:/{env:TEMP}/test.sqdb?debug=1 + rm.py -f {env:TEMP}/test.sqdb -[testenv:{py27,py34,py35,py36,py37,py38,py39}-postgres] +[testenv:{py27,py34,py35,py36,py37,py38,py39}-postgres{,-w32}] commands = {[testenv]commands} -dropdb --username=runner test @@ -61,18 +60,8 @@ commands = {envpython} -m pytest -D postgres://runner:test@localhost/test dropdb --username=runner test -[testenv:{py27,py34,py35,py36,py37,py38,py39}-postgres-w32] -platform = win32 -commands = - {[testenv]commands} - -dropdb --username=postgres --no-password test - createdb --username=postgres --no-password test - pytest -D "postgres://postgres:Password12!@localhost/test" - dropdb --username=postgres --no-password test - # flake8 [testenv:{py27,py34,py35,py36,py37,py38,py39}-flake8] -platform = linux|win32 deps = flake8 commands =