diff --git a/appveyor.yml b/appveyor.yml index 6b43544090..0889e9577a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,13 +2,7 @@ image: Visual Studio 2017 # List of preinstalled software in the image: # https://www.appveyor.com/docs/windows-images-software/ -install: -- dir - build_script: -- dir - -test_script: - set CONDA_INSTALL_LOCN=C:\\Miniconda37-x64 - call %CONDA_INSTALL_LOCN%\Scripts\activate.bat - call conda config --set always_yes yes --set changeps1 no