Remove rstcheck from build script

This commit is contained in:
Sean Whalen
2018-10-12 14:06:09 -04:00
parent 6971bc1bda
commit b40ca17263
2 changed files with 2 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
. ~/venv/domainaware/bin/activate
pip install -U -r requirements.txt && rstcheck --report warning 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 && 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

View File

@@ -12,11 +12,6 @@ elasticsearch>=6.3.0,<7.0.0
elasticsearch-dsl>=6.2.1,<7.0.0
kafka-python
flake8
pytest
pytest-cov
sphinx==1.7.9
sphinx
sphinx_rtd_theme
collective.checkdocs
wheel
rstcheck