clowwindy
11 years ago
5 changed files with 34 additions and 18 deletions
@ -1,10 +1,10 @@ |
|||
language: python |
|||
python: |
|||
- 2.6 |
|||
- 2.7 |
|||
before_install: |
|||
- sudo apt-get update -qq |
|||
- sudo apt-get install -qq libevent-dev python-gevent |
|||
- pip install gevent |
|||
script: |
|||
- python test.py |
|||
language: python |
|||
python: |
|||
- 2.6 |
|||
- 2.7 |
|||
before_install: |
|||
- sudo apt-get update -qq |
|||
- sudo apt-get install -qq libevent-dev python-gevent python-m2crypto |
|||
- pip install gevent |
|||
script: |
|||
- 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