]> git.phdru.name Git - sqlconvert.git/blobdiff - tox.ini
Tests,CI: Upgrade `tox`
[sqlconvert.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 95fa7c7ad1e74feac66259eac41514d8b3c7ed48..8a4b1e68c8b2d5b52e315abbf260534b1575af94 100644 (file)
--- 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]