Skip to content

Commit

Permalink
Pytest pip -> conda for appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
smmaurer committed Mar 20, 2020
1 parent a437a81 commit effd3a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ install:
- conda info -a
- "conda create -q -n test-environment python=%PYTHON_VERSION% cytoolz jupyter jinja2 matplotlib numpy pandas patsy pip scipy statsmodels pytables pyyaml toolz"
- activate test-environment
- conda install -c conda-forge shapely geopandas
- conda install -c conda-forge shapely geopandas pytest=3.10
- pip install orca pandana osmnet bottle simplejson zbox prettytable
- "pip install pytest<4.0 pycodestyle"
- pip install pycodestyle
- pip install .

before_test:
Expand Down

0 comments on commit effd3a8

Please sign in to comment.