root: include pytest config in dockerfile for github tests

This commit is contained in:
Jens Langhammer 2020-11-16 00:41:40 +01:00
parent d21f187673
commit dda1217735
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ RUN apt-get update && \
chown passbook:passbook /backups
COPY ./passbook/ /passbook
COPY ./pytest.ini /
COPY ./manage.py /
COPY ./lifecycle/ /lifecycle