Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pysal/esda
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6d41c53c7b04a88e27dc4b186f7692131fa2435f
Choose a base ref
..
head repository: pysal/esda
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: af2114faca3e607eab2225f1decd65d97d5af325
Choose a head ref
Showing with 1 addition and 3 deletions.
  1. +1 −3 .travis.yml
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -30,14 +30,12 @@ install:
# We need geopandas master, the legend_kwds is not in 0.3.0
- pip install https://github.com/geopandas/geopandas/archive/master.zip
# We need splot master, since splot is not released yet
- pip install https://github.com/pysal/splot/archive/master.zip
- pip install -v https://github.com/pysal/splot/archive/master.zip

script:
- pwd
- ls -al
- python setup.py sdist >/dev/null
- cd dist
- pip install --upgrade --no-deps esda*.tar.gz
- nosetests -v esda;

notifications: