Skip to content

Commit 329a195

Browse files
committed
try to debug TravisCI package install.
also change version number to fix a warning in the TravisCI log instal matplotlib with conda
1 parent 5c2e893 commit 329a195

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ install:
2626
- conda install --yes --file requirements.txt;
2727
- pip install libpysal
2828
- if [[ PYSAL_PLUS ]]; then conda install --yes numba; fi
29+
- conda install matplotlib
2930
# We need geopandas master, the legend_kwds is not in 0.3.0
3031
- pip install https://github.com/geopandas/geopandas/archive/master.zip
3132
# We need splot master, since splot is not released yet
32-
- pip install https://github.com/pysal/splot/archive/master.zip
33-
- pip install matplotlib
33+
- pip install -v https://github.com/pysal/splot/archive/master.zip
3434

3535
script:
3636
- pwd

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from distutils.command.build_py import build_py
44

55
setup(name='esda', # name of package
6-
version='1.0.1dev',
6+
version='1.0.1.dev0',
77
description='Package with statistics for exploratory spatial data analysis',
88
url='https://github.com/pysal/esda',
99
maintainer='Sergio Rey',

0 commit comments

Comments
 (0)