anki-connect/.travis.yml

9 lines
208 B
YAML
Raw Normal View History

sudo: required
2017-07-06 03:19:44 +00:00
language: python
services:
- docker
python:
- "2.7"
install:
- docker build -f tests/Dockerfile -t txgio/anki-connect .
2017-07-06 03:25:39 +00:00
script: > curl localhost:8765 -X POST -s -d '{"action": "version"}'