Files
geopandas/ci/travis/37-dev.yaml
T
Joris Van den Bossche 619c99c221 CI: update travis builds (#949)
- 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)
2019-03-25 16:23:28 +01:00

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