diff --git a/.travis.yml b/.travis.yml index 663f391..88233a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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