Skip to content

Commit

Permalink
TST: Fix older astropy version, fix unknown version.
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Apr 15, 2020
1 parent 27692fb commit ebe63cb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ os:

dist: xenial

# We need a full clone to make sure setuptools_scm works properly
git:
depth: false

env:
global:
# The following versions are the 'default' for tests, unless
Expand All @@ -27,7 +31,7 @@ jobs:

# Older version
- os: linux
env: PYTHON_VERSION=3.6 NUMPY_VERSION=1.16 ASTROPY_VERSION=lts
env: PYTHON_VERSION=3.6 NUMPY_VERSION=1.16 ASTROPY_VERSION=3.2.3

# Try Astropy development version
- os: linux
Expand Down

0 comments on commit ebe63cb

Please sign in to comment.