Skip to content
This repository was archived by the owner on Jan 20, 2020. It is now read-only.

Commit ed92451

Browse files
committed
add tests for CI
1 parent aef85ca commit ed92451

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FROM python:2.7.11-alpine
2+
3+
ADD . /sdk
4+
WORKDIR sdk
5+
RUN python setup.py install
6+

docker-compose.test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sut:
2+
build: .
3+
command: python setup.py test

hooks/push

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
echo "Skipping push the image"

0 commit comments

Comments
 (0)