From 6d282cd14020322dca3e4c4b35c0470589db6392 Mon Sep 17 00:00:00 2001 From: Jon Thielen Date: Mon, 2 Sep 2019 19:22:35 -0500 Subject: [PATCH] Add allowed failure builds (coverage and docs) using pint and xarray master --- .travis.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.travis.yml b/.travis.yml index bd067f1503b..f85c78bdcbb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,9 +61,25 @@ matrix: env: TASK="docs" PRE="--pre" - python: nightly env: PRE="--pre" + - python: 3.7 + env: + - TASK="coverage" + - VERSIONS="git+git://github.com/hgrecco/pint@master#egg=pint git+git://github.com/pydata/xarray@master#egg=xarray" + - python: 3.7 + env: + - TASK="docs" + - VERSIONS="git+git://github.com/hgrecco/pint@master#egg=pint git+git://github.com/pydata/xarray@master#egg=xarray" allow_failures: - python: "3.7-dev" - python: nightly + - python: 3.7 + env: + - TASK="coverage" + - VERSIONS="git+git://github.com/hgrecco/pint@master#egg=pint git+git://github.com/pydata/xarray@master#egg=xarray" + - python: 3.7 + env: + - TASK="docs" + - VERSIONS="git+git://github.com/hgrecco/pint@master#egg=pint git+git://github.com/pydata/xarray@master#egg=xarray" before_install: # We hard-code the sphinx_rtd_theme to lock in our build with patch for