From 88a3575a6d4c0ef2239ee227cb2e86d46d8f8d79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Wed, 15 May 2019 21:42:10 -0600 Subject: [PATCH] Win: Remove the lfortran folder Fixes #106 --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index b03798579f..db772899b6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,6 +11,5 @@ build_script: test_script: - set CONDA_INSTALL_LOCN=C:\\Miniconda37-x64 - call %CONDA_INSTALL_LOCN%\Scripts\activate.bat -- mkdir tmp -- cd tmp +- rmdir /s /q lfortran - pytest --pyargs lfortran