awburgess / geopandas-postgis

Adds a custom accessor to GeoPandas that provides enhanced PostGIS interaction
MIT License
10 stars 7 forks source link

Use Docker to create postgres instance for unit testing #2

Open awburgess opened 6 years ago

awburgess commented 6 years ago

Problem

Unit testing relies on a local instance of postgres running with PostGIS and a postgres superuser.

Potential Solution

Spin up necessary Postgres infrastructure in Docker in order for users to not have to meet the conditions of testing

Define Done