We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a15272 commit a99d229Copy full SHA for a99d229
test/Dockerfile
@@ -0,0 +1,10 @@
1
+FROM python:3.7-slim
2
+ENV TERM linux
3
+ENV DEBIAN_FRONTEND noninteractive
4
+RUN apt-get update && apt-get -y install git python3-scipy cython libhdf5-dev python3-h5py portaudio19-dev swig libpulse-dev libatlas-base-dev
5
+ADD . mycroft-precise
6
+WORKDIR mycroft-precise
7
+RUN pip install .
8
+RUN pip install pytest
9
+ENV PYTHONPATH /mycroft-precise
10
+ENTRYPOINT ["pytest"]
0 commit comments