Add docker support for local unit testing
Addresses consistency across different OS's by making it very similar to the base Travis image.
This commit is contained in:
parent
a09471ac6c
commit
8ba1b5fc35
6
Dockerfile
Normal file
6
Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
FROM python:3.6
|
||||||
|
|
||||||
|
ADD . /app
|
||||||
|
WORKDIR /app
|
||||||
|
|
||||||
|
RUN pip install tox
|
Loading…
Reference in New Issue
Block a user