2017-07-30 15:29:24 +00:00
|
|
|
language: python
|
|
|
|
python:
|
2017-12-07 21:02:40 +00:00
|
|
|
- 3.5
|
2017-07-30 15:29:24 +00:00
|
|
|
- 3.6
|
2018-04-03 21:02:40 +00:00
|
|
|
services:
|
|
|
|
- elasticsearch
|
2017-07-30 15:29:24 +00:00
|
|
|
cache: pip
|
2018-04-30 22:23:48 +00:00
|
|
|
before_install:
|
|
|
|
- curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.2.4.deb && sudo dpkg -i --force-confnew elasticsearch-6.2.4.deb && sudo service elasticsearch restart
|
2017-07-30 15:29:24 +00:00
|
|
|
install:
|
2017-12-08 21:38:27 +00:00
|
|
|
- pip install -r tools/requirements-devel.txt
|
2017-07-30 15:29:24 +00:00
|
|
|
script:
|
2017-08-07 12:05:55 +00:00
|
|
|
- make test
|
2018-04-03 21:02:40 +00:00
|
|
|
- make test-backend-es-qs
|