Another try.

This commit is contained in:
tomasgodoi 2017-07-06 00:28:47 -03:00
parent 4e94a358ac
commit d4e521b17d

View File

@ -6,4 +6,5 @@ python:
- "2.7"
install:
- docker build -f tests/Dockerfile -t txgio/anki-connect .
script: > curl localhost:8765 -X POST -s -d '{"action": "version"}'
script: >
curl localhost:8765 -X POST -s -d '{"action": "version"}'