Skip to content

Commit

Permalink
MNT: Fix installing pint from git on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift committed Jul 1, 2020
1 parent 687087c commit cf9e003
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,12 @@ matrix:
env:
- TASK="coverage"
- VERSIONS="git+git://github.com/hgrecco/pint@master#egg=pint git+git://github.com/pydata/xarray@master#egg=xarray"
- EXTRA_PACKAGES="$EXTRA_PACKAGES setuptools_scm[toml]"
- python: "3.8-dev"
env:
- TASK="docs"
- VERSIONS="git+git://github.com/hgrecco/pint@master#egg=pint git+git://github.com/pydata/xarray@master#egg=xarray"
- EXTRA_PACKAGES="$EXTRA_PACKAGES setuptools_scm[toml]"
allow_failures:
- python: "3.8-dev"
- python: nightly
Expand Down

0 comments on commit cf9e003

Please sign in to comment.