Fix socks import issue on Travis; socksipy is ancient and abandoned.

This commit is contained in:
Mason Donahue 2014-08-31 15:04:26 -05:00
parent 33bb6c5ed0
commit ad2c776a5f

View File

@ -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-qt4"
install: "pip install nose flask stem pysocks"
# command to run tests
script: nosetests test