mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-23 13:20:36 +08:00
- remove py27 dev build (pandas master no longer supports python 2.7) and replace with pandas 0.23 build - py37 dev build: move installing pandas and matplotlib master to separate steps in travis yml file (otherwise the conda create step takes too long) - remove conda-forge/label/dev label for fiona (was still installing the rc instead of actual released version)
29 lines
352 B
YAML
29 lines
352 B
YAML
name: test
|
|
channels:
|
|
- defaults
|
|
dependencies:
|
|
- python=3.7
|
|
- six
|
|
- cython
|
|
# required
|
|
- pandas
|
|
- shapely
|
|
- fiona
|
|
- pyproj
|
|
# testing
|
|
- pytest
|
|
- pytest-cov
|
|
#- codecov
|
|
# optional
|
|
- rtree
|
|
- matplotlib
|
|
- descartes
|
|
#- geopy
|
|
- SQLalchemy
|
|
- psycopg2
|
|
- libspatialite
|
|
- pip:
|
|
- codecov
|
|
- geopy
|
|
- mapclassify
|