Skip to content

Commit de0f27f

Browse files
authored
Use coverage.ini in Travis
1 parent 3855588 commit de0f27f

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
@@ -14,7 +14,7 @@ install:
1414
- python3 -m pip install --upgrade mypy coverage
1515

1616
script:
17-
- python3 -m coverage run -m unittest discover
17+
- python3 -m coverage run --rcfile=coverage.ini -m unittest discover
1818
- mypy --ignore-missing-imports importlib_resources
1919

2020
after_success:

0 commit comments

Comments
 (0)