mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-26 02:08:37 +08:00
Install libbluetooth-dev for Python 2.5
This commit is contained in:
+2
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user