Files
parsedmarc/build.sh
T
Sean Whalen 12e591255c Fix tests
2022-09-10 14:32:43 -04:00

5 lines
253 B
Bash
Executable File

#!/usr/bin/env bash
. venv/bin/activate
pip3 install -U -r requirements.txt && cd docs && make html && cp -r build/html/* ../../parsedmarc-docs/ && cd .. && flake8 parsedmarc && flake8 tests.py && python3 tests.py && rm -rf dist/ build/ && hatch build