blow away _trial_temp on windows

This commit is contained in:
meejah 2017-10-31 11:22:30 -06:00
parent fd90346c88
commit 856425fe0f

View File

@ -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 .