Skip to content

Commit 3d62221

Browse files
committed
Add travis run for PYTHONASYNCIODEBUG=1
1 parent 5144ac7 commit 3d62221

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ script:
1212
coverage run --source=aiohttp setup.py test
1313
after_success:
1414
coveralls
15+
16+
env:
17+
matrix:
18+
- PYTHONASYNCIODEBUG=1
19+
- PYTHONASYNCIODEBUG=0

0 commit comments

Comments
 (0)