From f225fe9e74b7b654b5402935a8e0c9e50cf0abae Mon Sep 17 00:00:00 2001 From: Johannes Pohl Date: Thu, 16 Nov 2017 14:14:03 +0100 Subject: [PATCH] skip bugged cx_freeze version --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 105e5b9098..063faf23b4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -53,7 +53,7 @@ test_script: - python -m pytest -s after_test: - - IF "%APPVEYOR_REPO_TAG%" == "true" (pip install wheel twine cx_freeze six appdirs packaging) + - IF "%APPVEYOR_REPO_TAG%" == "true" (pip install wheel twine cx_freeze!=5.1 six appdirs packaging) - IF "%APPVEYOR_REPO_TAG%" == "true" (python -c "import tempfile, os; open(os.path.join(tempfile.gettempdir(), 'urh_releasing'), 'w').close()") - IF "%APPVEYOR_REPO_TAG%" == "true" (python setup.py bdist_wheel) - IF "%APPVEYOR_REPO_TAG%" == "true" (IF "%PYTHON_VERSION%" == "3.5.x" (python build_cx.py))