Skip to content

Commit

Permalink
Merge pull request #880 from zssherman/python_3_8
Browse files Browse the repository at this point in the history
CI: Adding CI for Python 3.8 as it is now on conda-forge.
  • Loading branch information
zssherman authored Dec 18, 2019
2 parents c33a99b + 4062efa commit f13a8d7
Show file tree
Hide file tree
Showing 5 changed files with 137 additions and 100 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,15 @@ matrix:
env:
- PYTHON_VERSION="3.7"
- PYTEST_ARGS="-v --cov pyart"
- python: 3.8
env:
- PYTHON_VERSION="3.8"
- PYTEST_ARGS="-v --cov pyart"
- DOC_BUILD="true"
- COVERALLS="true"
- python: 3.7
- python: 3.8
env:
- PYTHON_VERSION="3.7"
- PYTHON_VERSION="3.8"
- PYTEST_ARGS="-v --pyargs pyart"
- FROM_RECIPE="true"
install: source continuous_integration/install.sh
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
matrix:
- PYTHON_VERSION: "2.7"

- PYTHON_VERSION: "3.7"
- PYTHON_VERSION: "3.8"

platform:
- x64
Expand Down Expand Up @@ -47,4 +47,4 @@ build: false
test_script:
# run the unit tests
- "if \"%PYTHON_VERSION%\"==\"2.7\" (pytest -v --cov pyart --ignore pyart/util)"
- "if \"%PYTHON_VERSION%\"==\"3.7\" (pytest -v --cov pyart)"
- "if \"%PYTHON_VERSION%\"==\"3.8\" (pytest -v --cov pyart)"
17 changes: 17 additions & 0 deletions continuous_integration/environment-3.8.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: testenv
channels:
- conda-forge
- defaults
dependencies:
- python=3.8
- gdal
- numpy
- scipy
- matplotlib
- netcdf4
- pytest
- trmm_rsl
- wradlib
- cartopy
- cvxopt
- xarray
Loading

0 comments on commit f13a8d7

Please sign in to comment.