This commit is contained in:
Sean Whalen
2018-10-12 14:11:21 -04:00
parent 03f987840b
commit 41e80f3788
2 changed files with 1 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ install:
# commands to run samples
script:
- "flake8 *.py parsedmarc/*.py"
- "rstcheck README.rst"
- "rstcheck --report warning README.rst"
- "cd docs"
- "make html"
- "cd .."

View File

@@ -12,11 +12,7 @@ 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_rtd_theme
collective.checkdocs
wheel
rstcheck