Skip to content

Commit b797726

Browse files
committed
Merge pull request #32 from aio-libs/test-on-0.20.2
add test configuration to test on aiohttp==0.20.2
2 parents 698290c + b463d43 commit b797726

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

.travis.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ install:
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

1415
script:
1516
- python setup.py test
@@ -18,5 +19,11 @@ env:
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

0 commit comments

Comments
 (0)