Fix build

This commit is contained in:
Sean Whalen
2018-03-31 23:33:43 -04:00
parent a2bbc0effc
commit c50a907988
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ install:
# commands to run samples
script:
- "flake8 *.py parsedmarc/*.py"
- "rstcheck README.rst docs/index.rst"
- "rstcheck README.rst"
- "cd docs"
- "make html"
- "cd .."
+1 -1
View File
@@ -2,7 +2,7 @@
. ~/venv/domainaware/bin/activate
pip install -U -r requirements.txt
rstcheck README.rst docs/index.rst
rstcheck README.rst
cd docs && make html && cp -r _build/html/* ../../parsedmarc-docs/
cd ..
rm -rf dist/ build/