add tests for CI
This commit is contained in:
parent
aef85ca5ec
commit
ed92451219
3 changed files with 11 additions and 0 deletions
6
Dockerfile
Normal file
6
Dockerfile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
FROM python:2.7.11-alpine
|
||||
|
||||
ADD . /sdk
|
||||
WORKDIR sdk
|
||||
RUN python setup.py install
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue