File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4848 - EVENT_TYPE='pull_request push'
4949 - ASTROPY_USE_SYSTEM_PYTEST=1
5050 - SPHINX_VERSION='>=1.6'
51+ - DEBUG=true
5152
5253 matrix :
5354 - PYTHON_VERSION=2.7 SETUP_CMD='egg_info'
@@ -102,7 +103,8 @@ matrix:
102103 env : PYTHON_VERSION=3.4 NUMPY_VERSION=1.10
103104 - os : linux
104105 stage : Tests with other Python/Numpy versions, remote data
105- env : PYTHON_VERSION=3.5 NUMPY_VERSION=1.11
106+ env : PYTHON_VERSION=3.5.5 NUMPY_VERSION=1.11 KEYRING_VERSION='<12.0'
107+
106108 - os : linux
107109 stage : Tests with other Python/Numpy versions, remote data
108110 env : NUMPY_VERSION=1.12 ASTROPY_VERSION=1.3 PYTEST_VERSION='<3.2'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ environment:
1010 PYTHON_ARCH : " 64" # needs to be set for CMD_IN_ENV to succeed. If a mix
1111 # of 32 bit and 64 bit builds are needed, move this
1212 # to the matrix section.
13- CONDA_DEPENDENCIES : " requests beautifulsoup4 matplotlib html5lib keyring aplpy"
13+ CONDA_DEPENDENCIES : " requests beautifulsoup4 matplotlib html5lib keyring=11 aplpy sip=4.18 "
1414 PIP_DEPENDENCIES : " pyregion"
1515 CONDA_CHANNELS : " astropy"
1616 ASTROPY_USE_SYSTEM_PYTEST : 1
You can’t perform that action at this time.
0 commit comments