Skip to content

Commit bb227d3

Browse files
authored
Merge pull request #1325 from JohnVillalovos/jlvillal/pep8
fix: tox pep8 target, so that it can run
2 parents f6fd995 + f518e87 commit bb227d3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tox.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ commands =
1616
pytest gitlab/tests {posargs}
1717

1818
[testenv:pep8]
19+
basepython = python3
20+
deps = -r{toxinidir}/requirements.txt
21+
-r{toxinidir}/test-requirements.txt
22+
flake8
1923
commands =
2024
flake8 {posargs} gitlab/
2125

@@ -48,7 +52,7 @@ commands = {posargs}
4852
[flake8]
4953
exclude = .git,.venv,.tox,dist,doc,*egg,build,
5054
max-line-length = 88
51-
ignore = H501,H803
55+
ignore = E501,H501,H803,W503
5256

5357
[testenv:docs]
5458
deps = -r{toxinidir}/rtd-requirements.txt

0 commit comments

Comments
 (0)