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