summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2015-09-12 17:26:21 +0200
committerAnthon van der Neut <anthon@mnt.org>2015-09-12 17:26:21 +0200
commit0d08f29f24890f1879866b26e0d786ccdbbe880b (patch)
tree342dc27c968333e2fb269e3c0d662b0aa8a1817e /tox.ini
parent5ecff93774763a96442af70e38043f3e9d1b7335 (diff)
downloadruamel.yaml-0d08f29f24890f1879866b26e0d786ccdbbe880b.tar.gz
checking cython
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index c20e003..ee5f21c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,6 +6,15 @@ commands =
py.test test
deps =
pytest
+ flake8
[pytest]
norecursedirs = test/lib .tox
+
+[testenv:pep8]
+commands =
+ flake8 {posargs}
+
+[flake8]
+show-source = True
+exclude = .hg,.git,.tox,dist,.cache,__pycache__,ruamel.zip2tar.egg-info