Skip to content

Commit

Permalink
use short tracebacks
Browse files Browse the repository at this point in the history
  • Loading branch information
pelme committed Jan 19, 2014
1 parent c3ccf28 commit 02acb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest.ini
@@ -1,4 +1,4 @@
[pytest]

DJANGO_SETTINGS_MODULE = tests.settings_sqlite
addopts = --ignore lib/ --ignore build/ --ignore include/
addopts = --ignore lib/ --ignore build/ --ignore include/ --tb=short

0 comments on commit 02acb7c

Please sign in to comment.