From 7f200e601d03cf794c5a0504a2f69da3cf1d531a Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 5 Sep 2019 20:58:11 +0300 Subject: [PATCH] CI(AppVeyor): Move `validators.py` -> `devscripts/CI/` --- validators.py => devscripts/CI/validators.py | 0 tox.ini | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename validators.py => devscripts/CI/validators.py (100%) 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 -- 2.39.2