Skip to content

Commit

Permalink
skip bugged cx_freeze version
Browse files Browse the repository at this point in the history
  • Loading branch information
jopohl committed Nov 16, 2017
1 parent 37c4cc2 commit f225fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit f225fe9

Please sign in to comment.