From 692b649b06633e79c435b08a64c09577cefb7cfe Mon Sep 17 00:00:00 2001 From: Louis Date: Fri, 30 Oct 2015 22:55:22 +0100 Subject: [PATCH] DEBUG: More debugging information --- .appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 4c4a6949..b1725b42 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -22,10 +22,12 @@ install: - "python --version" - "python -c \"import struct; print(struct.calcsize('P') * 8)\"" + - "pip --version" + build: false # Not a C# project, build stuff at the test step instead. before_test: - "pip install tox" test_script: - - "tox" + - "tox -r -v -e py34"