This repository has been archived on 2023-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
python-blog/docker/runtests.sh

4 lines
100 B
Bash
Executable file

#!/bin/sh
pip install -r /app/requirements-dev.txt --progress-bar off
TESTING=true python -m pytest