We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0833716 commit 009564dCopy full SHA for 009564d
circle.yml
@@ -11,13 +11,14 @@ machine:
11
PY_VERSIONS: "2.7 3.4 3.5"
12
# Used by astropy-ci helpers
13
TRAVIS_OS_NAME: "linux"
14
- CONDA_CHANNELS: "spyder-ide qttesting"
15
- CONDA_DEPENDENCIES: "pyqt pytest pytest-cov qt qtpy"
+ CONDA_CHANNELS: "qttesting"
+ CONDA_DEPENDENCIES: "pyqt pytest pytest-cov qt"
16
PIP_DEPENDENCIES: "coveralls"
17
18
dependencies:
19
override:
20
- # First convert PY_VERSIONS to an array and then select the python version based on the CIRCLE_NODE_INDEX
+ # First convert PY_VERSIONS to an array and then select the Python version based on the
21
+ # CIRCLE_NODE_INDEX
22
- PY_VERSIONS=($PY_VERSIONS) &&
23
TRAVIS_PYTHON_VERSION=${PY_VERSIONS[$CIRCLE_NODE_INDEX]} &&
24
echo -e "PYTHON = $TRAVIS_PYTHON_VERSION \n============" &&
0 commit comments