Skip to content

Commit

Permalink
Merge from 3.x: PR #8187
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Nov 1, 2018
2 parents c30288c + b429b93 commit 7f9065c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,8 @@ install:
- "powershell ci-helpers/appveyor/install-miniconda.ps1"
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "activate test"
# Install qtpy and qtconsole from Github
# Install qtpy from Github
- "pip install git+https://github.com/spyder-ide/qtpy.git"
- "conda remove -q -y qtconsole"
- "pip install git+https://github.com/jupyter/qtconsole.git"
# Fix problems with latest pyqt
- "conda install pyqt=5.6*"
# Reinstall Matplotlib in case it had been removed
Expand Down

0 comments on commit 7f9065c

Please sign in to comment.