Skip to content

Commit

Permalink
Merge pull request #692 from mwcraig/drop-numpy-dev-test
Browse files Browse the repository at this point in the history
Remove numpy dev test
  • Loading branch information
mwcraig committed Aug 2, 2019
2 parents 93ae265 + b2e029d commit 1877096
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -40,11 +40,14 @@ matrix:
ASTROPY_VERSION=stable
NUMPY_VERSION=stable

# Try Astropy/NumPy development versions. This requires them to be
# Try Astropy development versions. This requires them to be
# compiled during setup which takes some time.
# Building against numpy dev was removed because it was causing
# failures due to numpy dev/astropy dev conflicts unresolvable
# in ccdproc.
- env: PYTHON_VERSION=3.7
ASTROPY_VERSION=development
NUMPY_VERSION=dev
NUMPY_VERSION=stable
SETUP_CMD='test --coverage'

# Check for sphinx doc build warnings
Expand Down

0 comments on commit 1877096

Please sign in to comment.