Running docker.
This commit is contained in:
parent
6bec4bb5b6
commit
b64c6e34ee
@ -6,5 +6,7 @@ python:
|
|||||||
- "2.7"
|
- "2.7"
|
||||||
install:
|
install:
|
||||||
- docker build -f tests/Dockerfile -t txgio/anki-connect .
|
- docker build -f tests/Dockerfile -t txgio/anki-connect .
|
||||||
script: >
|
script:
|
||||||
curl localhost:8765 -X POST -s -d '{"action": "version"}'
|
- docker run -ti -d --rm -p 8765:8765 txgio/anki-connect
|
||||||
|
- >
|
||||||
|
curl localhost:8765 -X POST -s -d '{"action": "version"}'
|
Loading…
Reference in New Issue
Block a user