update changelog and setup.cfg

This commit is contained in:
jab 2018-09-18 00:03:52 +00:00
parent 1f97e41326
commit b96699e3c6
2 changed files with 3 additions and 3 deletions

View File

@ -29,6 +29,9 @@ on libraries.io to be notified when new versions of bidict are released.
(`thanks, @gaborbernat <https://github.com/jab/bidict/pull/81>`__)
and by including more supporting files in the distribution.
- Drop pytest-runner and support for running tests via ``python setup.py test``
in preference to ``pytest`` or ``python -m pytest``.
0.17.2 (2018-04-30)
-------------------

View File

@ -1,6 +1,3 @@
[aliases]
test=pytest
; http://flake8.pycqa.org/en/latest/user/configuration.html
[flake8]
ignore = E126,E128,E265,E731