anki-connect/.travis.yml
2017-07-06 00:25:39 -03:00

9 lines
208 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"}'