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 4fa6d31f72
commit 74c6f65f1e

View File

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