forked from BigfootDev/flatbuffers
CI: New Docker tests for Python with numpy (#5677)
* New Docker tests for Python with numpy * print numpy status in test suite
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user