Skip to content

Commit

Permalink
simplified travis conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
martibosch committed Jul 9, 2019
1 parent e21d02e commit 3cc0a6d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Expand Up @@ -11,12 +11,8 @@ before_install:
- hash -r
- conda config --set always_yes yes --set show_channel_urls true
- conda update conda
- conda config --add channels conda-forge --force
- conda create --quiet --name TESTENV python=$TRAVIS_PYTHON_VERSION
- conda create -c conda-forge -n TESTENV python=$TRAVIS_PYTHON_VERSION geopandas osmnx
- source activate TESTENV
- conda install -c conda-forge geopandas
- conda info --all
- conda list

install:
- pip install .[geo]
Expand Down

0 comments on commit 3cc0a6d

Please sign in to comment.