Skip to content

Commit 09f5f27

Browse files
committed
added requirements for Python 2.6, removed nose
borrowed from geopandas
1 parent 616ec79 commit 09f5f27

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ install:
3333
pip install $NUMPY
3434
pip install $MPL
3535
pip install -r requirements.txt
36-
pip install nose
36+
37+
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install -r .requirements-2.6.txt; fi
38+
3739
- |
3840
cd geos-3.3.3
3941
export GEOS_DIR=$HOME/.local/

0 commit comments

Comments
 (0)