@@ -58,27 +58,30 @@ jobs:
5858 # both short and long versions for remote-data to help test the
5959 # astropy test command.
6060 - os : linux
61+ name : Remote data test with astropy dev, Python 3.7
6162 stage : Remote data tests
6263 env : EVENT_TYPE='push cron' DEBUG=True ASTROPY_VERSION=dev
6364 SETUP_CMD='test -R -V -a "--durations=50"'
6465 CONDA_DEPENDENCIES=$CONDA_DEPENDENCIES_REMOTE
6566
6667 - stage : Initial tests
68+ name : egg info
6769 env : PYTHON_VERSION=3.7 SETUP_CMD='egg_info'
6870
69- # No need to run it from cron
70- # Try MacOS X
7171 - os : osx
72+ name : OSX from cron
7273 stage : Cron tests
7374 env : EVENT_TYPE='cron'
7475
7576 - os : linux
7677 stage : Initial tests
78+ name : Python 3.7 and all dependencies
7779 env : SETUP_CMD='test --coverage'
7880
7981 # Check for sphinx doc build warnings - we do this first because it
8082 # may run for a long time
8183 - os : linux
84+ name : Docs build
8285 stage : Test docs, astropy dev, and without optional dependencies
8386 env : SETUP_CMD='build_docs -w'
8487
@@ -90,20 +93,24 @@ jobs:
9093 # need to pin the version number to make this job work.
9194 # Test the oldest astropy version without optional dependencies.
9295 - os : linux
96+ name : Oldest dependencies
9397 stage : Tests with other Python/Numpy versions
9498 env : PYTHON_VERSION=3.6 NUMPY_VERSION=1.14 KEYRING_VERSION='<12.0'
9599 ASTROPY_VERSION=3.0 APLPY_VERSION='<2.0' DEBUG=True
96100
97101 - os : linux
102+ name : Python 3.6, np 1.15, astropy 3.2
98103 stage : Tests with other Python/Numpy versions
99104 env : PYTHON_VERSION=3.6 NUMPY_VERSION=1.15 ASTROPY_VERSION=3.2
100105
101106 - os : linux
107+ name : Python 3.7, astropy dev
102108 stage : Test docs, astropy dev, and without optional dependencies
103109 env : ASTROPY_VERSION=development EVENT_TYPE='pull_request'
104110
105111 # Try with optional dependencies disabled
106112 - os : linux
113+ name : Python 3.8, mandatory dependencies only
107114 stage : Test docs, astropy dev, and without optional dependencies
108115 env : PYTHON_VERSION=3.8
109116 CONDA_DEPENDENCIES='requests beautifulsoup4 html5lib keyring'
@@ -112,12 +119,14 @@ jobs:
112119
113120 # Do a PEP8 test with pycodestyle
114121 - os : linux
122+ name : Code style
115123 stage : Initial tests
116124 env : MAIN_CMD='pycodestyle astroquery --count'
117125 SETUP_CMD='' EVENT_TYPE='push pull_request'
118126
119127 # Do the windows test at the end as installing takes a long time
120128 - os : windows
129+ name : Windows test
121130 stage : Windows test
122131 env : PYTHON_VERSION=3.7 SETUP_CMD='test'
123132
@@ -137,6 +146,7 @@ jobs:
137146 allow_failures :
138147 # Allow remote-data tests to fail.
139148 - os : linux
149+ name : Remote data test with astropy dev, Python 3.7
140150 stage : Remote data tests
141151 env : EVENT_TYPE='push cron' DEBUG=True ASTROPY_VERSION=dev
142152 SETUP_CMD='test -R -V -a "--durations=50"'
0 commit comments