-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from TUW-GEO/develop
merge develop with master
- Loading branch information
Showing
15 changed files
with
641 additions
and
281 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
language: python | ||
sudo: false | ||
addons: | ||
apt: | ||
packages: | ||
- gfortran | ||
- gcc | ||
- libgrib-api-dev | ||
notifications: | ||
email: false | ||
python: | ||
# We don't actually use the Travis Python, but this keeps it organized. | ||
- "2.7" | ||
- "3.4" | ||
- "3.5" | ||
- "3.6" | ||
install: | ||
# You may want to periodically update this, although the conda update | ||
# conda line below will keep everything up-to-date. We do this | ||
# conditionally because it saves us some downloading if the version is | ||
# the same. | ||
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then | ||
wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh; | ||
else | ||
wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh; | ||
fi | ||
- bash miniconda.sh -b -p $HOME/miniconda | ||
- export PATH="$HOME/miniconda/bin:$PATH" | ||
- hash -r | ||
- conda config --set always_yes yes --set changeps1 no | ||
- conda update -q conda | ||
# Useful for debugging any issues with conda | ||
- conda info -a | ||
|
||
- conda create -q -n test-environment -c conda-forge python=$TRAVIS_PYTHON_VERSION numpy scipy pytest pip gdal | ||
pyproj numba astropy toolz dask | ||
- source activate test-environment | ||
- python setup.py install | ||
- pip list | ||
- which pip | ||
- which python | ||
|
||
script: | ||
- python setup.py test | ||
after_success: | ||
# report coverage results to coveralls.io | ||
- pip install coveralls | ||
- coveralls |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
name: C:\PythonMiniconda27_4.3.21\envs\TPS | ||
channels: !!python/tuple | ||
- !!python/unicode | ||
'defaults' | ||
dependencies: | ||
- astropy=2.0.1=np113py27_0 | ||
- certifi=2016.2.28=py27_0 | ||
- colorama=0.3.9=py27_0 | ||
- coverage=4.4.1=py27_0 | ||
- curl=7.52.1=vc9_0 | ||
- enum34=1.1.6=py27_0 | ||
- funcsigs=1.0.2=py27_0 | ||
- gdal=2.1.0=py27_0 | ||
- geos=3.5.0=vc9_0 | ||
- hdf4=4.2.12=vc9_1 | ||
- hdf5=1.8.15.1=vc9_4 | ||
- jpeg=9b=vc9_0 | ||
- kealib=1.4.6=vc9_0 | ||
- libgdal=2.1.0=vc9_0 | ||
- libnetcdf=4.3.3.1=vc9_4 | ||
- libtiff=4.0.6=vc9_3 | ||
- llvmlite=0.19.0=py27_0 | ||
- mkl=2017.0.3=0 | ||
- numba=0.34.0=np113py27_0 | ||
- numpy=1.13.1=py27_0 | ||
- pip=9.0.1=py27_1 | ||
- proj4=4.9.2=vc9_0 | ||
- py=1.4.34=py27_0 | ||
- pytest=3.2.1=py27_0 | ||
- pytest-cov=2.3.1=py27_0 | ||
- python=2.7.13=1 | ||
- scipy=0.19.1=np113py27_0 | ||
- setuptools=36.4.0=py27_0 | ||
- singledispatch=3.4.0.3=py27_0 | ||
- six=1.10.0=py27_0 | ||
- vs2008_runtime=9.00.30729.5054=0 | ||
- vs2015_runtime=14.0.25420=0 | ||
- wheel=0.29.0=py27_0 | ||
- wincertstore=0.2=py27_0 | ||
- xerces-c=3.1.4=vc9_0 | ||
- zlib=1.2.11=vc9_0 | ||
- pip: | ||
- click==6.7 | ||
- dask==0.15.3 | ||
- equi7grid (c:\code\tps\equi7grid)==0.0.post0.dev1+ng28b01b3.dirty | ||
- pyproj==1.9.5.1 | ||
- pytileproj (c:\code\tps\pytileproj)==0.0.post0.dev10+nfe209d0.dirty | ||
- toolz==0.8.2 | ||
prefix: C:\PythonMiniconda27_4.3.21\envs\TPS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.