summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2014-01-20 00:30:00 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2014-01-20 14:06:13 +0200
commit79780c8bcfe19e959b67593d4bbc27b3c8e48c66 (patch)
treef6d35e4f79db18122a653b68675fb063d07a798c /setup.cfg
parent753a04b0df4a8f2213689cfcacd76df4793e37be (diff)
downloadapscheduler-79780c8bcfe19e959b67593d4bbc27b3c8e48c66.tar.gz
Migrated from nose to py.test
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index aff4681..802d19f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,3 +4,7 @@ build-dir = docs/_build
[upload_docs]
upload-dir = docs/_build/html
+
+[pytest]
+pep8maxlinelength = 120
+addopts = --tb=short