We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b471146 commit 7b51001Copy full SHA for 7b51001
2 files changed
.travis.yml
@@ -16,10 +16,10 @@ before_install:
16
- conda update --yes --all
17
- travis_retry conda create --yes -n test python=$PYTHON --file requirements.txt
18
- source activate test
19
- - conda install --yes --file requirements-dev.txt
20
- - travis_retry conda install --yes pytest pandas vincent flake8 nbconvert jupyter_client ipykernel shapely fiona
21
- - pip install geopandas
22
- - conda update --yes --all
+ - if [[ "$PYTHON" != "3.3" ]]; then
+ conda install --yes --file requirements-dev.txt
+ conda install -c ioos geopandas
+ fi
23
- if [[ "$PYTHON" != "3.5" ]]; then
24
travis_retry conda install --yes mock ;
25
fi
requirements-dev.txt
@@ -5,6 +5,3 @@ vincent
5
nbconvert
6
jupyter_client
7
ipykernel
8
-shapely
9
-fiona
10
-pyproj
0 commit comments