Several fixes in tools and docs.

run_pep8 is now works correctly with venvs;
docs updated to point to the stackforge repo.

Change-Id: Ieddc29d3020e09a52b0b8fc5a7ad68086aaa8cee
This commit is contained in:
Sergey Lukjanov 2013-03-29 13:14:22 +04:00
parent 571a050fd2
commit 3616d0239d
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,9 @@ commands = bash tools/run_tests {posargs}
downloadcache = ~/cache/pip
[testenv:pep8]
deps = pep8>=1.3.3
deps =
pep8>=1.3.3
pyflakes
commands = bash tools/run_pep8
[testenv:cover]