Skip to content

Commit

Permalink
Merge pull request #54 from rcjackson/ver05
Browse files Browse the repository at this point in the history
ADD: Version 0.5 and Python 3.8 to testing.
  • Loading branch information
rcjackson authored Jan 22, 2020
2 parents c4084f8 + b003f78 commit 0557009
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ matrix:
env:
- PYTHON_VERSION="3.7"
- DOC_BUILD="true"

- python: 3.8
sudo: yes
dist: xenial
env:
- PYTHON_VERSION="3.8"
install:
- source continuous_integration/install.sh
script:
Expand Down
20 changes: 20 additions & 0 deletions continuous_integration/environment-3.8.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: testenv
channels:
- conda-forge
- defaults
dependencies:
- python=3.8
- numpy
- scipy
- matplotlib
- netcdf4
- pytest
- pytest-mpl
- pytest-cov
- cartopy
- cfgrib
- eccodes
- dask
- distributed
- pip:
- arm_pyart
2 changes: 1 addition & 1 deletion pydda/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
from . import tests
from . import constraints

__version__ = '0.4.0'
__version__ = '0.5.0'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
LICENSE = 'BSD'
PLATFORMS = "Linux, Windows, OSX"
MAJOR = 0
MINOR = 4
MICRO = 1
MINOR = 5
MICRO = 0

#SCRIPTS = glob.glob('scripts/*')
#TEST_SUITE = 'nose.collector'
Expand Down

0 comments on commit 0557009

Please sign in to comment.