anki-connect/.travis.yml
2017-07-06 00:19:44 -03:00

10 lines
214 B
YAML

sudo: required
language: python
services:
- docker
python:
- "2.7"
install:
- docker build -f tests/Dockerfile -t txgio/anki-connect .
script: >
- `curl localhost:8765 -X POST -s -d '{"action": "version"}'`