From 7988188715a88673271c8a211765898058b54eb1 Mon Sep 17 00:00:00 2001 From: Bernhard Bauer-Marschallinger Date: Wed, 27 Sep 2017 13:11:36 +0200 Subject: [PATCH] travis testing --- .travis.yml | 2 +- requirements.txt | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 01accdb..366521d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ install: # 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 + - conda create -q -n test-environment -c conda-forge python=$TRAVIS_PYTHON_VERSION numpy scipy pytest pip gdal pyproj numba astropy toolz - source activate test-environment - pip install pytileproj - python setup.py install diff --git a/requirements.txt b/requirements.txt index d593c3c..7aca3c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,6 @@ # Add your requirements here like: -astropy>2.0.1 -numpy>1.13.1 -dask>0.15.3 -toolz>=0.8.2 -pyproj>=1.9.5.1 -dask>0.15.3 +astropy>=2.0.1 +numpy>=1.13.1 toolz>=0.8.2 pyproj>=1.9.5.1 pytileproj>=0.0.3