Skip to content

Commit

Permalink
Freeze setuptools on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Insoleet committed Apr 9, 2016
1 parent eb58231 commit 584c4d9
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 @@ -36,7 +36,7 @@ install:
- 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 create -q -n test-environment python=%PYTHON_VERSION% pyqt5=5.6 libsodium=1.0.3"
- "%CMD_IN_ENV% conda create -q -n test-environment python=%PYTHON_VERSION% pyqt5=5.6 libsodium=1.0.3 setuptools=19.2"

cache:
- C:\Qt\5.6\5.6
Expand Down

0 comments on commit 584c4d9

Please sign in to comment.