summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJon Parise <jon@pinterest.com>2018-09-14 13:36:13 -0700
committerJon Parise <jon@pinterest.com>2018-09-14 13:43:44 -0700
commitdca9a58df62a190bb6328cde7b3b2460898d9caa (patch)
tree99e5f228567745934efe1c05f7a07640570034e7 /tox.ini
parent81f8c11fb920fd9d67a80db5c7b0048abd83bfd4 (diff)
downloadpymemcache-dca9a58df62a190bb6328cde7b3b2460898d9caa.tar.gz
Check reStructuredText along with flake8
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 4c0bf26..ef53d48 100644
--- a/tox.ini
+++ b/tox.ini
@@ -18,11 +18,13 @@ commands =
commands =
pip install flake8
flake8 pymemcache/
+ python setup.py check --restructuredtext
[testenv:py37-flake8]
commands =
pip install flake8
flake8 pymemcache/
+ python setup.py check --restructuredtext
[testenv:docs]
commands =