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 4bd5261 commit 8586d9eCopy full SHA for 8586d9e
.github/workflows/ci-build.yml
@@ -49,6 +49,8 @@ jobs:
49
run: |
50
python_version=`python -V`
51
if [ ${python_version:7:3} == "3.8" ]; then
52
+ pip install -e ".[async]"
53
+ pip install -e ".[adapter]"
54
pip install "pytype" && pytype slack_bolt/
55
pytest --cov=slack_bolt/ && bash <(curl -s https://codecov.io/bash)
56
fi
.travis.yml
0 commit comments