X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=blobdiff_plain;f=tox.ini;h=fa79032a250d5aa6cf3f10032646cb7d33461132;hp=3d9cf96fda05e1364c0a730c4dac11f2f2f92629;hb=95f0ca216dff246dbcefd897ecef8f63ef297680;hpb=b0f95423ec9f1a4d1afa5e959df9e50bebae8d71 diff --git a/tox.ini b/tox.ini index 3d9cf96..fa79032 100644 --- a/tox.ini +++ b/tox.ini @@ -58,7 +58,7 @@ commands = {[testenv]commands} -dropdb --username=runner test createdb --username=runner test - {envpython} -m pytest -D postgres://runner:test@localhost/test + {envpython} -m pytest -D postgres://runner@localhost/test dropdb --username=runner test [testenv:{py27,py34,py35,py36,py37,py38,py39}-postgres-w32]