Skip to content

Commit

Permalink
Merge pull request #983 from zssherman/python_39
Browse files Browse the repository at this point in the history
CI: More python 3.9 fixes and attempt to build 3.9.
  • Loading branch information
zssherman authored Mar 11, 2021
2 parents ca53af6 + c28f0d2 commit ddd64ec
Show file tree
Hide file tree
Showing 4 changed files with 376 additions and 2,085 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ matrix:
- PYTHON_VERSION="3.8"
- PYTEST_ARGS="-v --pyargs pyart"
- FROM_RECIPE="true"
- python: 3.9
env:
- PYTHON_VERSION="3.9"
- PYTEST_ARGS="-v --pyargs pyart"

install: source continuous_integration/install.sh
script: eval xvfb-run pytest $PYTEST_ARGS
after_success:
Expand Down
17 changes: 17 additions & 0 deletions continuous_integration/environment-3.9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: testenv
channels:
- conda-forge
- defaults
dependencies:
- python=3.9
- gdal
- numpy
- scipy
- matplotlib
- netcdf4
- pytest
- trmm_rsl
- wradlib
- cartopy
- cvxopt
- xarray
Loading

0 comments on commit ddd64ec

Please sign in to comment.