From b0818ce8a9049fa38a6182fdebf423287ad26a86 Mon Sep 17 00:00:00 2001 From: Chris Mutel Date: Sun, 21 Aug 2016 10:15:37 +0200 Subject: [PATCH] Remove debugging code from appveyor config --- appveyor.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index bb6aedb..effc261 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,10 +13,6 @@ install: - "%PYTHON%/Scripts/pip.exe install -r requirements-appveyor.txt" test_script: - - "dir" - - "python --version" - - "C:\\Python35\\python.exe --version" - - "dir C:\\Python35\\Scripts\\" - "%PYTHON%/Scripts/py.test.exe" - "%PYTHON%/python.exe setup.py -q install" - "%PYTHON%/python.exe tests/manual/run_all_ci.py"