From 4e5cd4a7d139f5b66bd20e1b12897d4eb587bc92 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Fri, 29 Aug 2014 16:14:48 -0700 Subject: [PATCH] adding python-socksipy to travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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