File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 - pip install -Ur requirements-dev.txt
1010 - python setup.py develop
1111 # aiohttp git repo has only *.pyx files, so install cython too.
12- - ' [ -z "$LATEST_ASYNCIO" ] || pip install -U cython git+https://github.com/KeepSafe/aiohttp.git'
12+ - ' [ -z "$MASTER_AIOHTTP" ] || pip install -U cython git+https://github.com/KeepSafe/aiohttp.git'
13+ - ' [ -z "$AIOHTTP_0_20_2" ] || pip install aiohttp==0.20.2'
1314
1415script :
1516 - python setup.py test
1819 matrix :
1920 # PYTHONASYNCIODEBUG environment variable is considered as enabled if it
2021 # is any non empty string.
21- - PYTHONASYNCIODEBUG=X LATEST_ASYNCIO=
22- - PYTHONASYNCIODEBUG= LATEST_ASYNCIO=X
22+ - PYTHONASYNCIODEBUG= MASTER_AIOHTTP= AIOHTTP_0_20_2=
23+ - PYTHONASYNCIODEBUG=x MASTER_AIOHTTP= AIOHTTP_0_20_2=
24+ - PYTHONASYNCIODEBUG= MASTER_AIOHTTP=x AIOHTTP_0_20_2=
25+ - PYTHONASYNCIODEBUG=x MASTER_AIOHTTP=x AIOHTTP_0_20_2=
26+ - PYTHONASYNCIODEBUG= MASTER_AIOHTTP= AIOHTTP_0_20_2=x
27+ - PYTHONASYNCIODEBUG=x MASTER_AIOHTTP= AIOHTTP_0_20_2=x
28+ - PYTHONASYNCIODEBUG= MASTER_AIOHTTP=x AIOHTTP_0_20_2=x
29+ - PYTHONASYNCIODEBUG=x MASTER_AIOHTTP=x AIOHTTP_0_20_2=x
You can’t perform that action at this time.
0 commit comments