summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2014-08-29 16:20:40 -0700
committerMicah Lee <micah@micahflee.com>2014-08-29 16:20:40 -0700
commit7b77088a21a614e4cceffc80b5068247abad1ec8 (patch)
treea47a7b748e879a89f5a9ca729136f9c653032a31 /.travis.yml
parent4e5cd4a7d139f5b66bd20e1b12897d4eb587bc92 (diff)
downloadonionshare-7b77088a21a614e4cceffc80b5068247abad1ec8.tar.gz
onionshare-7b77088a21a614e4cceffc80b5068247abad1ec8.zip
trying to add socksipy from pip instead of apt-get
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 79dd2396..e3b57063 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,8 +3,8 @@ 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 python-socksipy"
-install: "pip install nose flask stem"
+before_install: "sudo apt-get install -y build-essential fakeroot python-all python-stdeb python-flask python-qt4"
+install: "pip install nose flask stem SocksiPy"
# command to run tests
script: nosetests test