Skip to content

Commit

Permalink
Merge pull request #207 from bsipocz/travis_fix_post_astropy4.0
Browse files Browse the repository at this point in the history
Fix CI post astropy 4.0
  • Loading branch information
cbanek committed Jan 24, 2020
2 parents 69f5596 + 7ff54c7 commit 96443be
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 96443be

Please sign in to comment.