Remove coveralls integration

This commit is contained in:
cn 2020-08-09 02:11:30 +02:00 committed by Christian Nicolai
parent efce546001
commit b36d259ae1
1 changed files with 1 additions and 3 deletions

View File

@ -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