tox: Update pytest-flakes to 1.0.0.

Upstream changelog:

- Fix issue #6 - support PEP263 for source file encoding.
- Clarified license to be MIT like pytest-pep8 from which this is derived.
This commit is contained in:
Florian Bruhin 2015-06-05 17:26:49 +02:00
parent b55e22b5c3
commit e38169433e

View File

@ -82,7 +82,7 @@ deps =
py==1.4.27
pytest==2.7.1
pyflakes==0.9.0
pytest-flakes==0.2
pytest-flakes==1.0.0
commands =
{[testenv:mkvenv]commands}
{envpython} -m py.test -q --flakes -m flakes