From 7b77088a21a614e4cceffc80b5068247abad1ec8 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Fri, 29 Aug 2014 16:20:40 -0700 Subject: [PATCH] trying to add socksipy from pip instead of apt-get --- .travis.yml | 4 ++-- 1 file 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