Skip to content

Commit

Permalink
Fixes for flake8 and rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
cas-- committed Sep 25, 2014
1 parent 23ab85e commit 784ecb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/rtd_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
--allow-all-external
--allow-unverified PIL
twisted
pyopenssl
sphinxcontrib-napoleon
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[flake8]
max-line-length = 120
builtins = _,__request__
ignore = E133
exclude = .tox,.git,dist,build

[tox]
Expand Down Expand Up @@ -92,7 +93,7 @@ whitelist_externals =
deps =
{[testenv:flake8]deps}
mccabe
commands = flake8 --max-complexity --exit-zero 15 deluge
commands = flake8 --exit-zero --max-complexity 15 deluge

# We do not have all dependencies on RTD and travis so we exclude the
# site packages (sitepackages=False) when building docs so that local
Expand Down

0 comments on commit 784ecb9

Please sign in to comment.