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