mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-21 13:00:14 +08:00
TST: add PGPORT env var, rewrite setup_postgres.sh to scripts dir (#1932)
This commit is contained in:
@@ -110,10 +110,11 @@ jobs:
|
||||
PGUSER: postgres
|
||||
PGPASSWORD: postgres
|
||||
PGHOST: "127.0.0.1"
|
||||
PGPORT: 5432
|
||||
run: |
|
||||
source activate test
|
||||
conda install postgis -c conda-forge
|
||||
source ci/envs/setup_postgres.sh
|
||||
sh ci/scripts/setup_postgres.sh
|
||||
pytest -v -r s --color=yes --cov=geopandas --cov-append --cov-report term-missing --cov-report xml geopandas/io/tests/test_sql.py | tee /dev/stderr | if grep SKIPPED >/dev/null;then echo "TESTS SKIPPED, FAILING" && exit 1;fi
|
||||
|
||||
- name: Test docstrings
|
||||
|
||||
Reference in New Issue
Block a user