Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
swap to pypi for faster-moving packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwolf committed Nov 13, 2017
1 parent 6f2c416 commit b4e9d5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ before_install:
- conda update --yes conda
- conda create -y -q -n test-env python=$TRAVIS_PYTHON_VERSION
- source activate test-env
- conda install -y numpy scipy pandas six pysal
- conda install -y numpy scipy pandas six pip
- conda install -y nose seaborn dill statsmodels
- conda install -y geopandas -c conda-forge
- pip install geopandas pysal

install:
- python setup.py install
Expand Down

0 comments on commit b4e9d5d

Please sign in to comment.