1
0
forked from VimPlug/jedi

Install libbluetooth-dev for Python 2.5

This commit is contained in:
Takafumi Arakaki
2013-03-12 09:18:40 +01:00
parent 135dd56e61
commit ab33400f76

View File

@@ -5,8 +5,9 @@ python:
- 2.7
- 3.2
install:
# See: http://stackoverflow.com/questions/3241658/
- if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then
sudo apt-get install libssl-dev &&
sudo apt-get install libbluetooth-dev &&
pip install --use-mirrors ssl;
fi
- pip install --use-mirrors tox