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 19, 2019
1 parent 30d2e0c commit 2006f72
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 @@ -87,13 +87,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 2006f72

Please sign in to comment.