5 changed files with 34 additions and 18 deletions
@ -1,10 +1,10 @@ |
|||||
language: python |
language: python |
||||
python: |
python: |
||||
- 2.6 |
- 2.6 |
||||
- 2.7 |
- 2.7 |
||||
before_install: |
before_install: |
||||
- sudo apt-get update -qq |
- sudo apt-get update -qq |
||||
- sudo apt-get install -qq libevent-dev python-gevent |
- sudo apt-get install -qq libevent-dev python-gevent python-m2crypto |
||||
- pip install gevent |
- pip install gevent |
||||
script: |
script: |
||||
- python test.py |
- python test.py |
||||
|
@ -0,0 +1,10 @@ |
|||||
|
{ |
||||
|
"server":"127.0.0.1", |
||||
|
"server_port":8388, |
||||
|
"local_port":1080, |
||||
|
"password":"barfoo!", |
||||
|
"timeout":300, |
||||
|
"method":"aes-256-cfb", |
||||
|
"local_address":"127.0.0.1", |
||||
|
"fast_open":false |
||||
|
} |
Loading…
Reference in new issue