Files
geopandas/ci/travis/37-dev.yaml
T

29 lines
354 B
YAML

name: test
channels:
- defaults
dependencies:
- python=3.7.3
- six
- cython
# required
- pandas
- shapely
- fiona
- pyproj
# testing
- pytest
- pytest-cov
#- codecov
# optional
- rtree
- matplotlib
- descartes
#- geopy
- SQLalchemy
- psycopg2
- libspatialite
- pip:
- codecov
- geopy
- mapclassify