Skip to content

Commit

Permalink
rename EIDER_WS_LIB to EIDER_PY_WS_LIB to prevent collision with eide…
Browse files Browse the repository at this point in the history
…r-js
  • Loading branch information
wemoloh committed Oct 6, 2019
1 parent 711215a commit 37c39dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ python:
- pypy3.5
- pypy3.6
env:
- EIDER_WS_LIB=aiohttp
- EIDER_WS_LIB=websockets
- EIDER_PY_WS_LIB=aiohttp
- EIDER_PY_WS_LIB=websockets
matrix:
allow_failures:
- python: 3.8-dev
Expand Down
2 changes: 1 addition & 1 deletion tests/test_eider.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Callable:

PORT = 12345
URL = 'ws://localhost:{}/'.format(PORT)
WS_LIB = environ.get('EIDER_WS_LIB', 'aiohttp')
WS_LIB = environ.get('EIDER_PY_WS_LIB', 'aiohttp')


if version_info >= (3, 6):
Expand Down

0 comments on commit 37c39dc

Please sign in to comment.