From 97de3c9a244ea20fccc1ad74cd7784b30cb0e706 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Wed, 25 Apr 2018 01:50:44 +0000 Subject: [PATCH] test --- .travis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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