Skip to content

Commit ad7bf1e

Browse files
author
ThibHlln
committed
adds install of netCDF4 in yml files
1 parent 549910a commit ad7bf1e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ matrix:
1111
install:
1212
- "%PYTHON%\\python.exe -m pip install pytest"
1313
- "%PYTHON%\\python.exe -m pip install spotpy"
14+
- "%PYTHON%\\python.exe -m pip install netCDF4"
1415
- "%PYTHON%\\python.exe -m pip install -e ."
1516
build: off
1617
test_script:

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ python:
88
- 3.6
99
install:
1010
- pip install spotpy
11+
- pip install netCDF4
1112
- pip install -e .
1213
script:
1314
- pytest tests

0 commit comments

Comments
 (0)