Merge pull request #4140 from Lukasa/issue/4138

Clearer makefile for building README.
This commit is contained in:
2017-06-09 13:30:56 -04:00
committed by GitHub
+1 -1
View File
@@ -8,7 +8,7 @@ ci:
py.test -n 8 --boxed --junitxml=report.xml
test-readme:
python setup.py check -r -s
@python setup.py check --restructuredtext --strict && ([ $$? -eq 0 ] && echo "README.rst and HISTORY.rst ok") || echo "Invalid markup in README.rst or HISTORY.rst!"
flake8:
flake8 --ignore=E501,F401,E128,E402,E731,F821 requests