We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f2586 commit 44d350eCopy full SHA for 44d350e
.travis.yml
@@ -5,7 +5,7 @@ install:
5
- sudo pip install conda
6
- sudo conda init
7
- |
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"
+ 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"
9
- export PATH=$HOME/py/bin:$PATH
10
- pip install simplejson bottle
11
- pip install pytest-cov coveralls pep8
0 commit comments