add pytest

This commit is contained in:
Joshua Burman 2022-04-14 17:12:48 -04:00
parent c7da2862b2
commit 4c4a447afe
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ RUN python -m pip install pulp
RUN python -m pip install pydantic
RUN python -m pip install daemonize
RUN python -m pip install sqspy
RUN python -m pip install -U pytest
RUN mkdir /app
WORKDIR /app

View File

@ -6,6 +6,7 @@ RUN python -m pip install pulp
RUN python -m pip install pydantic
RUN python -m pip install daemonize
RUN python -m pip install sqspy
RUN python -m pip install -U pytest
RUN mkdir /app
WORKDIR /app