]> git.phdru.name Git - sqlconvert.git/commitdiff
Tests(tox): Fix copying `validators.py`
authorOleg Broytman <phd@phdru.name>
Thu, 27 Feb 2020 07:23:32 +0000 (10:23 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 27 Feb 2020 21:40:44 +0000 (00:40 +0300)
tox.ini

diff --git a/tox.ini b/tox.ini
index 150c8b79dceae165a8ef8ff275788d5636bc3995..696e97cf5a3ef8ae658cf89b0405cd19bdbbf205 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -167,7 +167,7 @@ commands = {[sqlite-w32]commands}
 [testenv:py37-sqlite-w32]
 platform = win32
 commands =
 [testenv:py37-sqlite-w32]
 platform = win32
 commands =
-    cmd /c "copy validators.py {envsitepackagesdir}\\formencode\\validators.py"
+    cmd /c "copy devscripts\\CI\\validators.py {envsitepackagesdir}\\formencode\\validators.py"
     {[sqlite-w32]commands}
 
 [testenv:py38-sqlite-w32]
     {[sqlite-w32]commands}
 
 [testenv:py38-sqlite-w32]