Skip to content

Commit

Permalink
travis testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bbauerma committed Sep 27, 2017
1 parent e2bbb37 commit 7988188
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 2 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7988188

Please sign in to comment.