From 30eb94608d59b6537dea737b0f7441e3e783179e Mon Sep 17 00:00:00 2001 From: Louis Date: Fri, 30 Oct 2015 23:05:39 +0100 Subject: [PATCH] DEBUG --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index e2ba6567..24d6c975 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -30,5 +30,5 @@ before_test: - "pip install tox" test_script: + - "type C:\\projects\\patacrep\\.tox\\log\\tox-*.log" - "tox -r -v -e py34" - - "type 'C:\\projects\\patacrep\\.tox\\log\\tox-0.log'"