File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
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 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 @@ -19,6 +19,7 @@ environment:
1919 - PYTHON_VERSION : " 2.7"
2020 ASTROPY_VERSION : " LTS"
2121 NUMPY_VERSION : " 1.13"
22+ KEYRING_VERSION : " <12"
2223
2324 - PYTHON_VERSION : " 3.6"
2425 ASTROPY_VERSION : " stable"
You can’t perform that action at this time.
0 commit comments