summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2016-03-13 07:51:09 +0100
committerHynek Schlawack <hs@ox.cx>2016-03-13 07:51:09 +0100
commit8b7e455b8603248dccb115ee4cd381ebc6434f20 (patch)
tree1ce381cdba91b93a32a2ddc69916dfa81c95d305 /tox.ini
parent61630a000b91c9a2b6ac743d5ae2172981dc18cb (diff)
downloadpyopenssl-8b7e455b8603248dccb115ee4cd381ebc6434f20.tar.gz
Polish up examples (somewhat)
- Mention them in the docs (arguably a bit hamfistedly). - Make the README an RST. - Make them pass flake8 and add flake8 to tox.ini They should all be rewritten and made Python 3-friendly but that's out of scope here.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 2d41636..a76d1a3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -38,7 +38,7 @@ deps =
flake8
skip_install = true
commands =
- flake8 src tests setup.py
+ flake8 src tests examples setup.py
[testenv:pypi-readme]
deps =