summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2014-08-29 16:14:48 -0700
committerMicah Lee <micah@micahflee.com>2014-08-29 16:14:48 -0700
commit4e5cd4a7d139f5b66bd20e1b12897d4eb587bc92 (patch)
treeb6446a0ae935fe9762ec9ed387e6a293f0be4c6c /.travis.yml
parent0858366e311b9bb4e5dc370abe3cec707456a780 (diff)
downloadonionshare-4e5cd4a7d139f5b66bd20e1b12897d4eb587bc92.tar.gz
onionshare-4e5cd4a7d139f5b66bd20e1b12897d4eb587bc92.zip
adding python-socksipy to travis config
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e0374a45..79dd2396 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ python:
- "2.6"
- "2.7"
# command to install dependencies
-before_install: "sudo apt-get install -y build-essential fakeroot python-all python-stdeb python-flask python-qt4"
+before_install: "sudo apt-get install -y build-essential fakeroot python-all python-stdeb python-flask python-qt4 python-socksipy"
install: "pip install nose flask stem"
# command to run tests
script: nosetests test