8ba1b5fc35
Addresses consistency across different OS's by making it very similar to the base Travis image.
7 lines
62 B
Docker
7 lines
62 B
Docker
FROM python:3.6
|
|
|
|
ADD . /app
|
|
WORKDIR /app
|
|
|
|
RUN pip install tox
|