Update build script

This commit is contained in:
Sean Whalen
2018-10-12 12:22:22 -04:00
parent ca151f54f2
commit 52dba5041d
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -264,7 +264,6 @@ Thanks to Github user `xennn <https://github.com/xennn>`_ for the anonymized
JSON
----
.. code-block:: json
{
+1 -1
View File
@@ -1,4 +1,4 @@
#!/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/ && python3 setup.py sdist && python3 setup.py bdist_wheel
pip install -U -r requirements.txt && rstcheck --report error README.rst && cd docs && make html && cp -r _build/html/* ../../parsedmarc-docs/ && cd .. && flake8 parsedmarc && flake8 tests.py && rm -rf dist/ build/ && python3 setup.py sdist && python3 setup.py bdist_wheel