-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:undera/pylgbst
- Loading branch information
Showing
27 changed files
with
834 additions
and
422 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.idea | ||
*.iml | ||
*.pyc | ||
*.pyc | ||
build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,37 @@ | ||
sudo: false | ||
language: python | ||
virtualenv: | ||
system_site_packages: true | ||
|
||
matrix: | ||
include: | ||
- os: linux | ||
python: 2.7 | ||
- os: linux | ||
python: 3.5 | ||
- os: linux | ||
python: 3.6 | ||
python: 3.4 | ||
|
||
addons: | ||
apt: | ||
packages: | ||
- libboost-python-dev | ||
- libboost-thread-dev | ||
- libbluetooth-dev | ||
|
||
- libglib2.0-dev | ||
- libdbus-1-dev | ||
- libdbus-glib-1-dev | ||
- libgirepository-1.0-1 | ||
|
||
- python-dbus | ||
- python-gi | ||
- python3-dbus | ||
- python3-gi | ||
install: | ||
- pip install codecov gattlib | ||
script: coverage run --source=. `which nosetests` . --nocapture | ||
- pip install codecov nose-exclude gattlib pygatt gatt pexpect | ||
|
||
|
||
script: coverage run --source=. `which nosetests` tests --nocapture --exclude-dir=examples | ||
|
||
after_success: | ||
- coverage report -m | ||
- codecov |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.