aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-08-13 16:21:21 +0200
committerGuido Günther <agx@sigxcpu.org>2016-08-14 13:50:40 +0200
commit080c2d97f51e95386bdb2c2edd9fb4c5b8f933ce (patch)
tree975d60876eecd238040a5f383c55135b4b17fe2d /setup.cfg
parentf399e489e2db052c235152ab9233dbdfa192985c (diff)
Add nosetest and tox setup
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..0a5283b
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,6 @@
+[nosetests]
+with-doctest=1
+exe=1
+
+[flake8]
+ignore = E501,F821