Skip to content

Commit

Permalink
remove "nonemptystring" and add comment instead
Browse files Browse the repository at this point in the history
  • Loading branch information
rutsky committed Oct 5, 2015
1 parent f14ad01 commit 1e16a4c
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 @@ -31,7 +31,9 @@ script:

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

0 comments on commit 1e16a4c

Please sign in to comment.