feat: [python/asyncio] use ssl argument instead of ssl_context (deprecated from aiohttp>=3.0.0) (#1724)

This commit is contained in:
Tomasz Prus
2018-12-21 02:52:27 +01:00
committed by William Cheng
parent d38b9e588b
commit 89a0ffa66c
20 changed files with 11 additions and 29 deletions

View File

@@ -11,7 +11,7 @@ export LANG=en_US.UTF-8
### set virtualenv
if [ -z "$VIRTUAL_ENV" ]; then
virtualenv $VENV --no-site-packages --always-copy --python python3
virtualenv $VENV --no-site-packages --always-copy --python python3.6
source $VENV/bin/activate
DEACTIVE=true
fi