We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 994f244 commit 3ae9439Copy full SHA for 3ae9439
.travis.yml
@@ -49,4 +49,4 @@ script:
49
- if [[ $BUILD_DOCS == 'true' ]]; then tox -e docs; fi
50
51
after_success:
52
- - coveralls
+ - coveralls --service=travis-pro
requirements_dev_optional.txt
@@ -11,8 +11,8 @@ redis==3.3.8
11
pymongo==3.9.0
12
# optional test requirements
13
tox==3.14.0
14
-coverage==4.5.4
15
-coveralls==1.8.2
+coverage==5.0.3
+coveralls==1.11.1
16
flake8==3.7.8
17
pytest-cov==2.7.1
18
pytest-doctestplus==0.4.0
0 commit comments