aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDaniel Lobato GarcĂ­a <me@daniellobato.me>2016-08-18 14:14:32 +0200
committerGitHub <noreply@github.com>2016-08-18 14:14:32 +0200
commit4dc8465be0b8f3f13b3a874b259b9c8ea71f02dd (patch)
tree2ba716d917fb7a75940eac028b7d2687d5ad5910 /setup.cfg
parentf399e489e2db052c235152ab9233dbdfa192985c (diff)
parent03f652e6678bf7933c1e6f5078648e216089f182 (diff)
Merge pull request #26 from theforeman/tests
Add some tests and conform to pep8
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