diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-05-05 17:09:13 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-05-10 14:51:38 +0800 |
commit | e21f17fc86aab0ac7f1f4cee28f64e7b9b954f71 (patch) | |
tree | 71b564cf76a1acd865f8a486212a700c94b65583 /.travis.yml | |
parent | edaa23f822a1e4a62771422fb598c7bd8ae0a152 (diff) |
[test/test_socks] Test with local SOCKS servers
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index cc21fae8f..998995845 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,9 @@ python: - "3.4" - "3.5" sudo: false +install: + - bash ./devscripts/install_srelay.sh + - export PATH=$PATH:$(pwd)/tmp/srelay-0.4.8b6 script: nosetests test --verbose notifications: email: |