Don't install package dependencies for flake8

Use hacking==0.7.

Change-Id: I53dc938efef39ba7bd82deec6bc8bb2e48466530
This commit is contained in:
Aleksandra Fedorova 2014-06-20 18:02:15 +04:00
parent 175400948d
commit 0cc4500ba5

View File

@ -15,6 +15,7 @@ commands =
downloadcache = ~/cache/pip
[testenv:pep8]
deps = hacking==0.7
usedevelop = False
commands =
flake8 {posargs:.}