Skip to content

Commit 576f34d

Browse files
committed
using flake8
1 parent f8ce862 commit 576f34d

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

.pep8

Lines changed: 0 additions & 3 deletions
This file was deleted.

tox.ini

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ envlist =
44
py27-django14, py27-django15, py27-django16, py27-django17,
55
py33-django15, py33-django16, py33-django17,
66
py34-django15, py34-django16, py34-django17,
7-
docs
7+
docs,
8+
flake8
89

910
[testenv]
1011
downloadcache = {toxworkdir}/cache/
@@ -102,4 +103,15 @@ changedir=docs
102103
deps =
103104
sphinx
104105
south
105-
commands=make html
106+
commands=make html
107+
108+
[testenv:flake8]
109+
deps =
110+
flake8
111+
commands =
112+
flake8 oauth2_provider
113+
114+
[flake8]
115+
max-line-length = 120
116+
ignore = F403,F401
117+
exclude = docs,migrations,south_migrations,.tox

0 commit comments

Comments
 (0)