upgrade pre-commit and tox dependencies, benchmark compare to all previous runs

This commit is contained in:
jab 2016-11-21 05:17:54 +00:00
parent 89867aa067
commit b33d5da47d
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ addopts = --verbose --doctest-modules --doctest-glob=tests/*.txt
--benchmark-save-data
--benchmark-autosave
--benchmark-group-by=name
--benchmark-compare
--benchmark-compare=*
--benchmark-columns=min,stddev
# --hypothesis-show-statistics
doctest_optionflags = IGNORE_EXCEPTION_DETAIL ELLIPSIS

View File

@ -61,6 +61,6 @@ setup(
tests_require=tests_require,
extras_require=dict(
test=tests_require,
dev=tests_require + ['pre-commit==0.7.6', 'tox==2.3.1'],
dev=tests_require + ['pre-commit==0.9.3', 'tox==2.5.0'],
),
)