Skip to content

Commit 3ae9439

Browse files
authored
Update coveralls dependencies and service name (#541)
1 parent 994f244 commit 3ae9439

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ script:
4949
- if [[ $BUILD_DOCS == 'true' ]]; then tox -e docs; fi
5050

5151
after_success:
52-
- coveralls
52+
- coveralls --service=travis-pro

requirements_dev_optional.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ redis==3.3.8
1111
pymongo==3.9.0
1212
# optional test requirements
1313
tox==3.14.0
14-
coverage==4.5.4
15-
coveralls==1.8.2
14+
coverage==5.0.3
15+
coveralls==1.11.1
1616
flake8==3.7.8
1717
pytest-cov==2.7.1
1818
pytest-doctestplus==0.4.0

0 commit comments

Comments
 (0)