diff --git a/.travis.yml b/.travis.yml index ef1d948..5f3bb45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,8 @@ notifications: matrix: include: + - python: "3.7" + env: CONDA_ENV=py37 - python: "3.6" env: CONDA_ENV=py36 - python: "3.5" diff --git a/ci/environment-py37.yml b/ci/environment-py37.yml new file mode 100644 index 0000000..88e4976 --- /dev/null +++ b/ci/environment-py37.yml @@ -0,0 +1,13 @@ +name: test_env +channels: + - conda-forge +dependencies: + - python=3.7 + - esmpy + - xarray + - numpy + - scipy + - pytest + - pip: + - pytest-cov + - codecov