tox: Update pep8 to 1.7.

We're now ready for #1226, but this only updates pep8 for now.

Changes:

* Reverted the fix, "options passed on command line are only ones accepted"
feature. This has many unintended consequences in pep8 and flake8 and needs to
be reworked when I have more time.
* Added support for Python 3.5.
* Added support for multi-line config_file option parsing.
* Improved parameter parsing.

Bugs:

* Fixed BytesWarning on Python 3.
This commit is contained in:
Florian Bruhin 2016-01-18 07:40:42 +01:00
parent e79e01fc97
commit 31af303d07

View File

@ -168,7 +168,7 @@ deps =
-r{toxinidir}/requirements.txt
apipkg==1.4
execnet==1.4.1
pep8==1.6.2
pep8==1.7
py==1.4.31
pytest==2.8.5
pytest-pep8==1.0.6