summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2017-01-01 16:33:04 -0800
committerSeth M Morton <seth.m.morton@gmail.com>2017-01-01 16:33:04 -0800
commit23d9f247672843a59db27feb4a3a5d80fcf4e221 (patch)
treec0c5be5200dd6f639407f42a6c67e83884728ab1 /tox.ini
parenta6f47b51a3c9aed812c54da17f7795995a8c0a9b (diff)
downloadnatsort-23d9f247672843a59db27feb4a3a5d80fcf4e221.tar.gz
Added pytest-faulthandler to tox deps.
On my Mac I am getting random segfaults during testing. This plugin gives more useful traceback when this occurs. Hopefully I can isolate the problem.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index a6ca6f1..a9c5719 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,6 +15,7 @@ commands =
deps =
pytest
pytest-cache
+ pytest-faulthandler
hypothesis
[testenv:py26]
@@ -28,6 +29,7 @@ deps =
deps =
pytest
pytest-cache
+ pytest-faulthandler
hypothesis
mock
pathlib
@@ -36,6 +38,7 @@ deps =
deps =
pytest
pytest-cache
+ pytest-faulthandler
hypothesis
pathlib