From 54b53169c480eeb87c280be6c61fb6ed078b82c8 Mon Sep 17 00:00:00 2001 From: Andrew Featherstone Date: Sun, 17 Dec 2017 21:54:30 +0000 Subject: Disable AppVeyor's build phase. --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 2ddc8ee..eab31f5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -16,5 +16,7 @@ install: - python --version - pip install lxml +build: off + test_script: - python runtest.py -a || if [[ $? == 2 ]]; then exit 0; else exit 1; fi \ No newline at end of file -- cgit v0.12