mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
14 lines
200 B
YAML
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
|