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

Commit 0e94586

Browse files
committed
Suppress DeprecationWarning in py27.
1 parent 9592d6c commit 0e94586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ before_script:
1212
- flake8 --max-line-length=99 --import-order-style=google --application-import-names=cpplint_junit
1313
- pylint -E cpplint_junit.py test.py
1414
script:
15-
python -Werror -m coverage run test.py
15+
python -Werror -Wignore::DeprecationWarning -m coverage run test.py
1616
after_success:
1717
codecov

0 commit comments

Comments
 (0)