From: Oleg Broytman Date: Thu, 5 Sep 2019 17:58:11 +0000 (+0300) Subject: CI(AppVeyor): Move `validators.py` -> `devscripts/CI/` X-Git-Tag: 0.3.0~23 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=7f200e601d03cf794c5a0504a2f69da3cf1d531a CI(AppVeyor): Move `validators.py` -> `devscripts/CI/` --- diff --git a/validators.py b/devscripts/CI/validators.py similarity index 100% rename from validators.py rename to devscripts/CI/validators.py diff --git a/tox.ini b/tox.ini index a185a37..78de300 100644 --- a/tox.ini +++ b/tox.ini @@ -99,7 +99,7 @@ commands = {[postgres-w32]commands} [testenv:py37-postgres-w32] platform = win32 commands = - cmd /c "copy validators.py {envsitepackagesdir}\\formencode\\validators.py" + cmd /c "copy devscripts\\CI\\validators.py {envsitepackagesdir}\\formencode\\validators.py" {[postgres-w32]commands} # SQLite test environments