diff options
Diffstat (limited to 'Dockerfile-fedora-33-sqlite')
-rw-r--r-- | Dockerfile-fedora-33-sqlite | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile-fedora-33-sqlite b/Dockerfile-fedora-33-sqlite index 0737829e..6005c784 100644 --- a/Dockerfile-fedora-33-sqlite +++ b/Dockerfile-fedora-33-sqlite @@ -90,6 +90,8 @@ RUN ./bootstrap.sh RUN VIRTUALENV_FLAGS='--system-site-packages' ./configure RUN make +RUN ./bin/python -m pip freeze + RUN ./bin/python -m pytest -rs ./mediagoblin/tests --boxed RUN cd docs && make html |