SigmaHQ/.travis.yml
2018-12-21 14:17:02 +01:00

18 lines
423 B
YAML

language: python
dist: xenial
python:
- 3.5
- 3.6
- 3.7
sudo: true
services:
- elasticsearch
cache: pip
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:
- pip install -r tools/requirements-devel.txt
script:
- make test
- make test-backend-es-qs