This commit is contained in:
Tom Kralidis
2018-04-25 01:50:44 +00:00
parent c172799180
commit 97de3c9a24
+2 -5
View File
@@ -5,9 +5,6 @@ dist: xenial
python:
- "3.5"
services:
- elasticsearch
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libsqlite3-mod-spatialite pandoc devscripts
@@ -20,8 +17,8 @@ install:
env:
- PYGEOAPI_CONFIG=pygeoapi-config.yml
before_script:
- pygeoapi generate_openapi_document -c pygeoapi-config.yml > pygeoapi-openapi.yml
#before_script:
# - pygeoapi generate_openapi_document -c pygeoapi-config.yml > pygeoapi-openapi.yml
script:
- pytest --cov=pygeoapi