Skip to content

Commit

Permalink
PyQt5.6 on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Insoleet committed Apr 4, 2016
1 parent 6622edb commit cbe8ab2
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 @@ -44,7 +44,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 libsodium=1.0.3"
- "%CMD_IN_ENV% conda create -q -n test-environment python=%PYTHON_VERSION% pyqt5=5.6 libsodium=1.0.3"

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

0 comments on commit cbe8ab2

Please sign in to comment.