Update .travis.yml

Fixes #61
This commit is contained in:
Jorge Samuel Mendes de Jesus
2018-07-29 13:36:21 +02:00
committed by GitHub
parent 53821c34cc
commit 7127ff73bc
+2 -2
View File
@@ -7,7 +7,7 @@ python:
- "3.5"
services:
= elasticsearch
- elasticsearch
before_install:
- sudo apt-get -qq update
@@ -22,7 +22,7 @@ env:
- PYGEOAPI_CONFIG=pygeoapi-config.yml
before_script:
- sleep 10
- sleep 20
- python tests/load_es_data.py tests/data/ne_110m_populated_places_simple.geojson
- pygeoapi generate_openapi_document -c pygeoapi-config.yml > pygeoapi-openapi.yml