diff --git a/.travis.yml b/.travis.yml index 2d5114d..ba75dbf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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