Add option 'doctests' to run Pyflakes checks on doctests too; issue #138

This commit is contained in:
Florent Xicluna 2014-03-30 23:31:19 +02:00
parent 876309ad97
commit 5770b171d5
2 changed files with 8 additions and 1 deletions

View file

@ -4,6 +4,7 @@ CHANGES
2.1.1 - unreleased
------------------
- New option ``doctests`` to run Pyflakes checks on doctests too
- Fix Git and Mercurial hooks, issues #88 and #133
- Fix crashes with Python 3.4 by upgrading dependencies
- Fix traceback when running tests with Python 2.6