Skip to content

Commit

Permalink
#348 remove libnetcdf from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
akorosov committed Jul 17, 2018
1 parent d605d75 commit 86cf00f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ docs/_build/
.pydevproject
.idea
.settings
.vagrant
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
python:
- 2.7
- 3.5
- 3.6
sudo: false

Expand All @@ -22,7 +21,7 @@ install:
- conda info -a

# Replace dep1 dep2 ... with your dependencies
- conda create -q -c conda-forge -n test-environment python=$TRAVIS_PYTHON_VERSION libnetcdf=4.4.1.1 gdal numpy pillow netcdf4 python-dateutil nose coveralls mock urllib3 basemap
- conda create -q -c conda-forge -n test-environment python=$TRAVIS_PYTHON_VERSION gdal numpy pillow netcdf4 python-dateutil nose coveralls mock urllib3 basemap
- source activate test-environment
- python setup.py install

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ install:
- cmd: conda.exe config --add channels conda-forge

# Configure the VM.
- cmd: conda.exe install -n root --quiet --yes libnetcdf=4.4.1.1 gdal numpy pillow netcdf4 python-dateutil nose coveralls mock urllib3 basemap
- cmd: conda.exe install -n root --quiet --yes gdal numpy pillow netcdf4 python-dateutil nose coveralls mock urllib3 basemap
- cmd: python.exe setup.py install

# Skip .NET project specific build phase.
Expand Down

0 comments on commit 86cf00f

Please sign in to comment.