Skip to content

Commit feec8f5

Browse files
authored
Merge pull request spyder-ide#59 from ccordoba12/fix-circleci
Don't install qtpy as a conda package in CircleCI
2 parents 0833716 + 009564d commit feec8f5

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

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)