We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8afdab commit 1b382e2Copy full SHA for 1b382e2
.travis.yml
@@ -55,7 +55,7 @@ script:
55
56
after_success:
57
- 'if [ $TRAVIS_PYTHON_VERSION == "3.5" ]; then
58
- coverage-combine;
+ coverage combine;
59
coveralls;
60
fi'
61
0 commit comments