@@ -16,11 +16,11 @@ addons:
1616 - graphviz
1717
1818stages :
19- - name : Build tests
19+ - name : Build tests
2020 - name : Tests with various Astropy/Numpy versions
2121 - name : Test docs, PEP8, and coverage
2222 - name : Remote data tests (allowed to fail)
23-
23+
2424stage : Build tests
2525
2626# setting up environment variables and the build matrix
3333 - MAIN_CMD='python setup.py'
3434 - SETUP_CMD='test'
3535 - EVENT_TYPE='pull_request push'
36- - PIP_DEPENDENCIES='numpy scipy matplotlib ads synphot https://github.com/astropy/astroquery/archive/master.zip pytest-astropy sphinx-astropy'
36+ - PIP_DEPENDENCIES='numpy scipy matplotlib pandas ads synphot https://github.com/astropy/astroquery/archive/master.zip pytest-astropy sphinx-astropy'
3737 - ADS_DEV_KEY=TjUyPHFOH48m5Katkeq0UCZQcejTg6bDbTuTGHxT
3838
3939 matrix :
@@ -59,15 +59,15 @@ matrix:
5959 - os : linux
6060 stage : Tests with various Astropy/Numpy versions
6161 env : PYTHON_VERSION=3.7 NUMPY_VERSION=1.14 ASTROPY_VERSION=3 PYTEST_VERSION='<3.7'
62-
62+
6363 # Test docs, PEP8, and coverage
6464 - os : linux
6565 stage : Test docs, PEP8, and coverage
66- env : MAIN_CMD='test --coverage' SETUP_CMD=''
66+ env : MAIN_CMD='test --coverage' SETUP_CMD=''
6767
6868 - os : linux
6969 stage : Test docs, PEP8, and coverage
70- env : SETUP_CMD='build_docs -w'
70+ env : SETUP_CMD='build_docs -w'
7171
7272 - os : linux
7373 stage : Test docs, PEP8, and coverage
@@ -94,4 +94,4 @@ script:
9494after_success :
9595 - if [[ $SETUP_CMD == 'test --coverage' ]]; then
9696 coveralls --rcfile='sbpy/tests/coveragerc';
97- fi
97+ fi
0 commit comments