1
0
mirror of https://github.com/undera/pylgbst.git synced 2020-11-18 19:37:26 -08:00

Install required lib

This commit is contained in:
Andrey Pohilko 2017-09-13 20:50:43 +03:00
parent 648c87634e
commit 33b1d430fe

View File

@ -9,7 +9,7 @@ matrix:
python: 3.5
install:
- pip install codecov nose-exclude locustio
- pip install codecov gattlib
script: coverage run --source=. `which nosetests` .
after_success:
- coverage report -m