Skip to content

Commit 495d100

Browse files
diogoosorioDiogo Osório
authored andcommitted
Remove the exclusions from the pep8 CI invocation
With the codebase adhering to PEP 8, there's no longer any need to omit certain rules when validating the pep8 convention.
1 parent 5dd38a9 commit 495d100

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ python:
55
- 3.6
66
install:
77
- pip --version
8-
- pip install -r requirements.txt
8+
- pip install -r test-requirements.txt
99
- pip install pep8
1010
before_script:
11-
- pep8 --ignore=E501,W293,E202,E241,W291 *.py
11+
- pep8 -v *.py lib/
1212
script:
1313
- pytest

0 commit comments

Comments
 (0)