test
This commit is contained in:
+2
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user