Files
flatbuffers/tests/docker/languages/Dockerfile.testing.python.numpy.cpython_3_7_1
Robert Winslow 7de668053f CI: New Docker tests for Python with numpy (#5677)
* New Docker tests for Python with numpy

* print numpy status in test suite
2019-12-24 02:14:55 -05:00

10 lines
203 B
Docker

FROM python:3.7.1-slim-stretch as base
WORKDIR /code
ADD . .
RUN cp flatc_debian_stretch flatc
WORKDIR /code/tests
RUN python --version
RUN pip install numpy
RUN pip install coverage
RUN ./PythonTest.sh