From 856425fe0f04dfd9ab7cc1786eba4e625c3dac88 Mon Sep 17 00:00:00 2001 From: meejah Date: Tue, 31 Oct 2017 11:22:30 -0600 Subject: [PATCH] blow away _trial_temp on windows --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index 141a3ae71..2264f4940 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -39,6 +39,7 @@ after_test: # 64-bit Python 3.3/3.4. And you need to use %PYTHON% to get the correct # interpreter - | + rd /s /q _trial_temp %PYTHON%\python.exe setup.py bdist_wheel %PYTHON%\python.exe -m pip wheel -w dist .