-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sean Whalen
committed
Sep 3, 2022
1 parent
4f53894
commit 9d739cc
Showing
4 changed files
with
6 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,4 @@ | ||
#!/usr/bin/env bash | ||
|
||
set -e | ||
|
||
. venv/bin/activate | ||
|
||
pip install -U -r requirements.txt | ||
rstcheck --report-level warning README.rst | ||
cd docs | ||
make html | ||
touch _build/html/.nojekyll | ||
mkdir -p ../../parsedmarc-docs/ | ||
cp -rf _build/html/* ../../parsedmarc-docs/ | ||
cd .. | ||
flake8 parsedmarc | ||
flake8 tests.py | ||
rm -rf dist/ build/ | ||
python3 setup.py sdist | ||
python3 setup.py bdist_wheel | ||
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/ && python3 setup.py sdist && python3 setup.py bdist_wheel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters