Skip to content

Commit

Permalink
Merge pull request xarray-contrib#189 from raybellwaves/AS_travis_als…
Browse files Browse the repository at this point in the history
…opy37
  • Loading branch information
raybellwaves committed Sep 26, 2020
2 parents 952bffb + 4d22ce9 commit 909b8a7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -6,6 +6,8 @@ notifications:

python:
- 3.6
- 3.7
- 3.8

before_install:
- wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
Expand All @@ -17,7 +19,7 @@ before_install:
- conda info -a

install:
- conda env create --file ci/requirements-py36.yml
- conda env create --file ci/requirements.yml
- source activate xskillscore-dev
- conda list
- pip install --no-deps -e .
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,15 @@
Changelog History
=================

xskillscore v0.0.19 (2020-XX-XX)
--------------------------------

Internal Changes
~~~~~~~~~~~~~~~~
- Added Python 3.7 and Python 3.8 to the CI. Use the latest version of Python 3
for development. (:issue:`21`, :pr:`189`). `Aaron Spring`_


xskillscore v0.0.18 (2020-09-23)
--------------------------------

Expand Down
2 changes: 1 addition & 1 deletion HOWTOCONTRIBUTE.rst
Expand Up @@ -125,7 +125,7 @@ Preparing Pull Requests

#. Install dependencies into a new conda environment::

$ conda env update -f ci/requirements-py36.yml
$ conda env update -f ci/requirements.yml
$ conda activate xskillscore-dev

#. Make an editable install of xskillscore by running::
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements-py36.yml → ci/requirements.yml
Expand Up @@ -2,7 +2,7 @@ name: xskillscore-dev
channels:
- conda-forge
dependencies:
- python=3.6
- python=3.*
# Documentation
- nbsphinx
- nbstripout
Expand Down

0 comments on commit 909b8a7

Please sign in to comment.