Skip to content

Commit 13c5ff0

Browse files
committed
Use latest versions of both coveralls and coverage
1 parent f7505df commit 13c5ff0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ matrix:
2424
- env: TOXENV=py38-upper_bound_deps
2525
python: 3.8
2626
install:
27-
- pip install tox coveralls
27+
- pip install tox coveralls==1.10.0
2828
script:
2929
- make test-ci
3030
after_success:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
'psutil==5.4.1',
3030

3131
# For coverage and PEP8 linting.
32-
'coverage==4.5.4',
32+
'coverage==5.0.1',
3333
'flake8>=3.2.0',
3434
'isort==4.2.5',
3535
'mypy==0.750',

0 commit comments

Comments
 (0)