Files
parsedmarc/build.sh
T
2018-07-26 00:45:18 -04:00

13 lines
292 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 ..
rm -rf dist/ build/
flake8 parsedmarc.py
flake8 tests.py
python3 setup.py sdist
python3 setup.py bdist_wheel