Files
parsedmarc/build.sh
2018-09-06 13:43:41 -04:00

5 lines
312 B
Bash
Executable File

#!/usr/bin/env bash
. ~/venv/domainaware/bin/activate
pip install -U -r requirements.txt && rstcheck README.rst && cd docs && make html && cp -r _build/html/* ../../parsedmarc-docs/ && cd .. && flake8 parsedmarc && flake8 tests.py && rm -rf dist/ build/ && ython3 setup.py sdist && python3 setup.py bdist_wheel