Skip to content

Commit

Permalink
Adding astropy dev test to cron
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Sep 18, 2019
1 parent 5408dcf commit 6419131
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 @@ -89,13 +89,13 @@ matrix:

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

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


Expand Down

0 comments on commit 6419131

Please sign in to comment.