Skip to content

Commit

Permalink
Pin PyQt to PyQt4
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Sep 27, 2016
1 parent 8a0fbed commit feaf924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:
global:
MINICONDA_VERSION: "3.5.5"
PYTHON: "C:\\conda"
CONDA_DEPENDENCIES: "numpy scipy pyqt matplotlib setuptools nose pytest coverage ipython=4.2.0 ipython-notebook pytest-cov"
CONDA_DEPENDENCIES: "numpy scipy pyqt=4 matplotlib setuptools nose pytest coverage ipython=4.2.0 ipython-notebook pytest-cov"

matrix:
- PYTHON_VERSION: "3.4"
Expand All @@ -25,7 +25,7 @@ install:
- "git clone git://github.com/astropy/ci-helpers.git"
- "rm ci-helpers/test_env.py"
- "powershell ci-helpers/appveyor/install-miniconda.ps1"

# Prepend newly installed Python to the PATH of this build (this cannot be
# done from inside the powershell script as it would require to restart
# the parent CMD process).
Expand Down

0 comments on commit feaf924

Please sign in to comment.