Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI post astropy 4.0 #207

Merged
merged 2 commits into from
Jan 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ env:
- ASTROPY_VERSION=stable
- MAIN_CMD='python setup.py'
- SETUP_CMD='test'
- PIP_DEPENDENCIES='requests mimeparse requests_mock'
- PIP_DEPENDENCIES='pytest-astropy requests mimeparse requests_mock'
- EVENT_TYPE='pull_request push'
- CONDA_CHANNELS='astropy'

Expand Down Expand Up @@ -76,10 +76,10 @@ matrix:

# try all python versions
- os: linux
env: PYTHON_VERSION=3.6 NUMPY_VERSION=1.15
env: PYTHON_VERSION=3.6 NUMPY_VERSION=1.15 ASTROPY_VERSION=3.2
PIP_DEPENDENCIES='requests mimeparse requests_mock contextlib2'
- os: linux
env: PYTHON_VERSION=3.5 NUMPY_VERSION=1.14
env: PYTHON_VERSION=3.5 NUMPY_VERSION=1.14 ASTROPY_VERSION=2.0.16

# Do a PEP8 test with flake8
- os: linux
Expand Down