mirror of
https://github.com/cmur2/python-bme680.git
synced 2024-12-22 22:54:29 +01:00
Remove coveralls integration
This commit is contained in:
parent
efce546001
commit
b36d259ae1
@ -16,10 +16,8 @@ jobs:
|
||||
env: TOXENV=py27
|
||||
|
||||
install:
|
||||
- pip install --ignore-installed --upgrade setuptools pip tox coveralls
|
||||
- pip install --ignore-installed --upgrade setuptools pip tox
|
||||
|
||||
script:
|
||||
- cd library
|
||||
- tox -vv
|
||||
|
||||
after_success: if [ "$TOXENV" == "py35" ]; then coveralls; fi
|
||||
|
Loading…
Reference in New Issue
Block a user