Skip to content

Commit

Permalink
Use version combinations that are compatible with each other
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Jan 23, 2020
1 parent dc9e333 commit 2faa767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
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

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

0 comments on commit 2faa767

Please sign in to comment.