From 1853a58761d4ca0fbc4f28fb4778f614ac5634ae Mon Sep 17 00:00:00 2001 From: Inso <insomniak.fr@gmail.com> Date: Wed, 13 Jan 2016 06:42:24 +0100 Subject: [PATCH] Remove cx_freeze --- appveyor.yml | 5 ++--- ci/appveyor/build.cmd | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index dd6efecb..24a46f71 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,11 +26,10 @@ install: - powershell .\\ci\\appveyor\\install.ps1 - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" - "SET QT_QPA_PLATFORM_PLUGIN_PATH=%PYTHON%\\envs\\test-environment\\Scripts\\plugins" - - choco install -y vcredist2013 + - choco install -y vcredist2015 - "%CMD_IN_ENV% conda config --set always_yes yes --set changeps1 no" - "%CMD_IN_ENV% conda config --add channels inso/channel/sakia" - - "%CMD_IN_ENV% conda config --add channels pyzo" - - "%CMD_IN_ENV% conda create -q -n test-environment python=%PYTHON_VERSION% cx_freeze pyqt5 libsodium=1.0.3" + - "%CMD_IN_ENV% conda create -q -n test-environment python=%PYTHON_VERSION% pyqt5 libsodium=1.0.3" build_script: - ".\\ci\\appveyor\\build.cmd" diff --git a/ci/appveyor/build.cmd b/ci/appveyor/build.cmd index bd4410c0..a0a08f12 100644 --- a/ci/appveyor/build.cmd +++ b/ci/appveyor/build.cmd @@ -19,5 +19,5 @@ if %errorlevel% neq 0 exit /b 1s python gen_translations.py if %errorlevel% neq 0 exit /b 1 -python setup.py build -if %errorlevel% neq 0 exit /b 1 +@REM python setup.py build +@REM if %errorlevel% neq 0 exit /b 1 -- GitLab