Skip to content

Commit

Permalink
Add scipy to pip deps in Travis dev matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavies-st committed Aug 6, 2019
1 parent f5095cf commit 4612831
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,19 @@ matrix:

# Do a PEP8 test with pycodestyle
- os: linux
env: MAIN_CMD='pycodestyle specutils --count' SETUP_CMD=''
env: MAIN_CMD='pycodestyle specutils --count'
SETUP_CMD=''

# Try development version of Astropy
- os: linux
env: ASTROPY_VERSION=dev "PIP_DEPENDENCIES=$GWCS_DEV $ASDF_DEV"
env: ASTROPY_VERSION=dev
PIP_DEPENDENCIES="$GWCS_DEV $ASDF_DEV scipy matplotlib"

allow_failures:
# Try development version of Astropy
- os: linux
env: ASTROPY_VERSION=dev "PIP_DEPENDENCIES=$GWCS_DEV $ASDF_DEV"
env: ASTROPY_VERSION=dev
PIP_DEPENDENCIES="$GWCS_DEV $ASDF_DEV scipy matplotlib"


install:
Expand Down

0 comments on commit 4612831

Please sign in to comment.