File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ commands =
2929 python -m pip install --upgrade pip
3030 python -m pip install --upgrade wheel
3131 py{36,37,38}: python -m pip install --upgrade mypy
32+ python -m pip install types-python-dateutil
33+ python -m pip install types-requests
34+ python -m pip install types-six
3235 {toxinidir}/scripts/ci/sdk_install
3336 {toxinidir}/scripts/ci/run_tests
3437 py{36,37,38}: mypy ask-sdk/ask_sdk
@@ -57,6 +60,9 @@ commands =
5760 python -m pip install --upgrade pip
5861 python -m pip install --upgrade wheel
5962 py{36,37,38}: python -m pip install --upgrade mypy
63+ python -m pip install types-python-dateutil
64+ python -m pip install types-requests
65+ python -m pip install types-six
6066 python {toxinidir}\scripts\ci\sdk_install
6167 python {toxinidir}\scripts\ci\run_tests
6268 mypy ask-sdk\ask_sdk
You can’t perform that action at this time.
0 commit comments