Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

Commit 9592d6c

Browse files
committed
Fix Pylint execution.
1 parent 18a4d93 commit 9592d6c

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
@@ -9,8 +9,8 @@ install:
99
- pip install codecov
1010
- pip install flake8 pep8-naming flake8-quotes flake8-import-order pylint
1111
before_script:
12-
flake8 --max-line-length=99 --import-order-style=google --application-import-names=cpplint_junit
13-
pylint -E cpplint_junit.py test.py
12+
- flake8 --max-line-length=99 --import-order-style=google --application-import-names=cpplint_junit
13+
- pylint -E cpplint_junit.py test.py
1414
script:
1515
python -Werror -m coverage run test.py
1616
after_success:

0 commit comments

Comments
 (0)