Skip to content

Commit

Permalink
Merge pull request #551 from rutsky/fix_PYTHONASYNCIODEBUG_usage
Browse files Browse the repository at this point in the history
fix PYTHONASYNCIODEBUG and AIOHTTP_NO_EXTENSIONS usage
  • Loading branch information
asvetlov committed Oct 6, 2015
2 parents ce3dd85 + e28ca41 commit 55b7cb0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ script:

env:
matrix:
- PYTHONASYNCIODEBUG=1 AIOHTTP_NO_EXTENSIONS=0
- PYTHONASYNCIODEBUG=0 AIOHTTP_NO_EXTENSIONS=0
- PYTHONASYNCIODEBUG=1 AIOHTTP_NO_EXTENSIONS=1
- PYTHONASYNCIODEBUG=0 AIOHTTP_NO_EXTENSIONS=1
# PYTHONASYNCIODEBUG and AIOHTTP_NO_EXTENSIONS environment variables
# are considered as enabled if they are any non empty strings.
- PYTHONASYNCIODEBUG=X AIOHTTP_NO_EXTENSIONS=
- PYTHONASYNCIODEBUG= AIOHTTP_NO_EXTENSIONS=
- PYTHONASYNCIODEBUG=X AIOHTTP_NO_EXTENSIONS=X
- PYTHONASYNCIODEBUG= AIOHTTP_NO_EXTENSIONS=X

0 comments on commit 55b7cb0

Please sign in to comment.