anki-connect/.travis.yml

10 lines
212 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:19:44 +00:00
script: >
2017-07-06 03:22:51 +00:00
- curl localhost:8765 -X POST -s -d '{"action": "version"}'