mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
Update Autobahn test suite to 0.5.3
This commit is contained in:
parent
f329862384
commit
690927d9bd
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ def install_env(env):
|
|||
subprocess.check_call(["curl", "-sS", VIRTUALENV_URL, "-o", VIRTUALENV_BIN])
|
||||
subprocess.check_call(["python", VIRTUALENV_BIN, env])
|
||||
activate_env(env)
|
||||
subprocess.check_call([INSTALL_BIN, "http://pypi.python.org/packages/2.7/a/autobahntestsuite/autobahntestsuite-0.5.2-py2.7.egg#md5=f7480d4ca6ce4954ac05f59778de4bda"])
|
||||
subprocess.check_call([INSTALL_BIN, "http://pypi.python.org/packages/2.7/a/autobahntestsuite/autobahntestsuite-0.5.3-py2.7.egg"])
|
||||
|
||||
def client_config():
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue