We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549910a commit ad7bf1eCopy full SHA for ad7bf1e
.appveyor.yml
@@ -11,6 +11,7 @@ matrix:
11
install:
12
- "%PYTHON%\\python.exe -m pip install pytest"
13
- "%PYTHON%\\python.exe -m pip install spotpy"
14
+ - "%PYTHON%\\python.exe -m pip install netCDF4"
15
- "%PYTHON%\\python.exe -m pip install -e ."
16
build: off
17
test_script:
.travis.yml
@@ -8,6 +8,7 @@ python:
8
- 3.6
9
10
- pip install spotpy
+ - pip install netCDF4
- pip install -e .
script:
- pytest tests
0 commit comments