Skip to content
Snippets Groups Projects
Commit d298d119 authored by inso's avatar inso
Browse files

Remove pyqt5 explicit version

parent 79e361b6
No related branches found
No related tags found
No related merge requests found
......@@ -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 setuptools=19.2"
- "%CMD_IN_ENV% conda create -q -n test-environment python=%PYTHON_VERSION% libsodium=1.0.3 setuptools=19.2"
build_script:
- ".\\ci\\appveyor\\build.cmd"
......
......@@ -12,7 +12,6 @@ pyenv rehash
pip install coveralls
pip install pytest-cov
pip install pyinstaller==3.2
pip install PyQt5==5.8.2
pip install -r requirements.txt
if [ $TRAVIS_OS_NAME == "linux" ]
then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment