SigmaHQ/.travis.yml

15 lines
391 B
YAML
Raw Normal View History

language: python
python:
- 3.5
- 3.6
services:
- elasticsearch
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
install:
2017-12-08 21:38:27 +00:00
- pip install -r tools/requirements-devel.txt
script:
2017-08-07 12:05:55 +00:00
- make test
- make test-backend-es-qs