Skip to content

Commit 009564d

Browse files
committed
Testing: Don't install qtpy as a conda package in CircleCI
It really makes no sense, given that we are testing qtpy itself.
1 parent 0833716 commit 009564d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

circle.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ machine:
1111
PY_VERSIONS: "2.7 3.4 3.5"
1212
# Used by astropy-ci helpers
1313
TRAVIS_OS_NAME: "linux"
14-
CONDA_CHANNELS: "spyder-ide qttesting"
15-
CONDA_DEPENDENCIES: "pyqt pytest pytest-cov qt qtpy"
14+
CONDA_CHANNELS: "qttesting"
15+
CONDA_DEPENDENCIES: "pyqt pytest pytest-cov qt"
1616
PIP_DEPENDENCIES: "coveralls"
1717

1818
dependencies:
1919
override:
20-
# First convert PY_VERSIONS to an array and then select the python version based on the CIRCLE_NODE_INDEX
20+
# First convert PY_VERSIONS to an array and then select the Python version based on the
21+
# CIRCLE_NODE_INDEX
2122
- PY_VERSIONS=($PY_VERSIONS) &&
2223
TRAVIS_PYTHON_VERSION=${PY_VERSIONS[$CIRCLE_NODE_INDEX]} &&
2324
echo -e "PYTHON = $TRAVIS_PYTHON_VERSION \n============" &&

0 commit comments

Comments
 (0)