diff options
author | Alex Grönholm <alex.gronholm@nextday.fi> | 2014-01-20 00:30:00 +0200 |
---|---|---|
committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2014-01-20 14:06:13 +0200 |
commit | 79780c8bcfe19e959b67593d4bbc27b3c8e48c66 (patch) | |
tree | f6d35e4f79db18122a653b68675fb063d07a798c /setup.cfg | |
parent | 753a04b0df4a8f2213689cfcacd76df4793e37be (diff) | |
download | apscheduler-79780c8bcfe19e959b67593d4bbc27b3c8e48c66.tar.gz |
Migrated from nose to py.test
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,3 +4,7 @@ build-dir = docs/_build [upload_docs] upload-dir = docs/_build/html + +[pytest] +pep8maxlinelength = 120 +addopts = --tb=short |