Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

Commit e120831

Browse files
committed
Run tests with -Werror.
1 parent 5f51c00 commit e120831

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
@@ -10,6 +10,6 @@ install:
1010
before_script:
1111
flake8 --max-line-length=99
1212
script:
13-
coverage run test.py
13+
python -Werror -m coverage run test.py
1414
after_success:
1515
codecov

0 commit comments

Comments
 (0)