X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tox.ini;h=78de300d5adf462e62ec4e644b9d870291c6ab57;hb=1878992bf0f98d3c419d22eb0c0f153c31f33705;hp=030496a40255c33fdf75cf4a9828f24721e798ec;hpb=a39056dedda364b4b370cc8d54477c8407e84c14;p=sqlconvert.git diff --git a/tox.ini b/tox.ini index 030496a..78de300 100644 --- a/tox.ini +++ b/tox.ini @@ -20,6 +20,7 @@ passenv = PGPASSWORD platform = linux # Don't fail or warn on uninstalled commands whitelist_externals = + cmd createdb dropdb @@ -97,7 +98,9 @@ commands = {[postgres-w32]commands} [testenv:py37-postgres-w32] platform = win32 -commands = {[postgres-w32]commands} +commands = + cmd /c "copy devscripts\\CI\\validators.py {envsitepackagesdir}\\formencode\\validators.py" + {[postgres-w32]commands} # SQLite test environments [sqlite] @@ -148,7 +151,9 @@ commands = {[sqlite-w32]commands} [testenv:py37-sqlite-w32] platform = win32 -commands = {[sqlite-w32]commands} +commands = + cmd /c "copy validators.py {envsitepackagesdir}\\formencode\\validators.py" + {[sqlite-w32]commands} # flake8 [testenv:py27-flake8]