X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tox.ini;h=8a4b1e68c8b2d5b52e315abbf260534b1575af94;hb=126ddea071aac701d5b466685992995cbecad44c;hp=95fa7c7ad1e74feac66259eac41514d8b3c7ed48;hpb=e7c50c394ddd69ff1faa3c9502d10afaa0570ff7;p=sqlconvert.git diff --git a/tox.ini b/tox.ini index 95fa7c7..8a4b1e6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 2.0 +minversion = 3.15 envlist = py27,py3{4,5,6,7,8,9}{,-sqlite},py{27,39}-flake8 # Base test environment settings @@ -22,7 +22,6 @@ passenv = PGPASSWORD platform = linux # Don't fail or warn on uninstalled commands whitelist_externals = - cmd createdb dropdb @@ -120,7 +119,6 @@ commands = {[postgres-w32]commands} [testenv:py37-postgres-w32] platform = win32 commands = - cmd /c "copy devscripts\\CI\\validators.py {envsitepackagesdir}\\formencode\\validators.py" {[postgres-w32]commands} [testenv:py38-postgres-w32] @@ -189,7 +187,6 @@ commands = {[sqlite-w32]commands} [testenv:py37-sqlite-w32] platform = win32 commands = - cmd /c "copy devscripts\\CI\\validators.py {envsitepackagesdir}\\formencode\\validators.py" {[sqlite-w32]commands} [testenv:py38-sqlite-w32]