Let flake8 pull a version of pep8 it requires

flake8-2.4.0 does not support pep8>=1.6.0 which resulted in dependency conflict with the latest stable 1.6.2
This commit is contained in:
Jan Holeček 2015-05-14 10:46:58 +02:00
parent 617536961a
commit d363f472fd
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ envlist = py27, py33, py34
[testenv]
deps =
nose
pep8
coverage
flake8
six