Skip to content

Commit 44d350e

Browse files
committed
appears to have choked on fiona so conda installing
1 parent 38f2586 commit 44d350e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ install:
55
- sudo pip install conda
66
- sudo conda init
77
- |
8-
conda create -p $HOME/py --yes ipython-notebook jinja2 matplotlib numpy pandas patsy pip scipy statsmodels pytables pytest pyyaml toolz "python=$TRAVIS_PYTHON_VERSION"
8+
conda create -p $HOME/py --yes ipython-notebook jinja2 matplotlib numpy pandas patsy pip scipy statsmodels pytables pytest pyyaml toolz shapely fiona "python=$TRAVIS_PYTHON_VERSION"
99
- export PATH=$HOME/py/bin:$PATH
1010
- pip install simplejson bottle
1111
- pip install pytest-cov coveralls pep8

0 commit comments

Comments
 (0)