SigmaHQ/.travis.yml
2018-04-04 00:32:48 +02:00

14 lines
200 B
YAML

language: python
python:
- 3.5
- 3.6
- pypy3
services:
- elasticsearch
cache: pip
install:
- pip install -r tools/requirements-devel.txt
script:
- make test
- make test-backend-es-qs