Skip to content

Commit

Permalink
appears to have choked on fiona so conda installing
Browse files Browse the repository at this point in the history
  • Loading branch information
fscottfoti committed Sep 2, 2014
1 parent 38f2586 commit 44d350e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ install:
- sudo pip install conda
- sudo conda init
- |
conda create -p $HOME/py --yes ipython-notebook jinja2 matplotlib numpy pandas patsy pip scipy statsmodels pytables pytest pyyaml toolz "python=$TRAVIS_PYTHON_VERSION"
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"
- export PATH=$HOME/py/bin:$PATH
- pip install simplejson bottle
- pip install pytest-cov coveralls pep8
Expand Down

0 comments on commit 44d350e

Please sign in to comment.