Skip to content

Commit

Permalink
Fix (hopefully) defining allow failure environments on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Feb 28, 2020
1 parent 0aea73d commit 806cdb0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,17 @@ matrix:
- env: PYTHON_VERSION=3.7
os: osx
language: generic
# allowed to fail:
- os: linux
env:
- PYTHON_VERSION=3.8
- UNSTABLE_DEPS=True
- PYTHON_VERSION=3.8
- UNSTABLE_DEPS=True

allow_failures:
- env: UNSTABLE_DEPS=True
- os: linux
env:
- PYTHON_VERSION=3.8
- UNSTABLE_DEPS=True
install:
- git clone --depth 1 git://github.com/astropy/ci-helpers.git
- source ci-helpers/travis/setup_conda.sh
Expand Down

0 comments on commit 806cdb0

Please sign in to comment.