Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: More python 3.9 fixes and attempt to build 3.9. #983

Merged
merged 3 commits into from
Mar 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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