summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorengn33r <engn33r@users.noreply.github.com>2021-02-07 22:12:04 -0500
committerengn33r <engn33r@users.noreply.github.com>2021-02-07 22:12:04 -0500
commite3a6ffc7175f58b5e1539d6b5be53c68a8ae3e8a (patch)
tree272758b865c86af3c75f1055fff22b00246b509b
parent1a9b02a2441a56376d478e34e9cdb6e44dbf7cae (diff)
downloadwebsocket-client-e3a6ffc7175f58b5e1539d6b5be53c68a8ae3e8a.tar.gz
Revert non-functional codecov.io CI integration until it's fixed in a dev branch
-rw-r--r--.travis.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 4282327..1dc1824 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,16 +11,9 @@ python:
install:
- pip install -U pip setuptools wheel
- - pip install -U pytest-cov codecov coverage unittest2 # for codecov.io integration
- if [ "${TRAVIS_PYTHON_VERSION:0:3}" == "3.4" ]; then pip install readme_renderer==24.0; else pip install -U readme_renderer; fi
- python -c "import setuptools; print(setuptools.__version__)"
script:
- TEST_WITH_INTERNET=1 python setup.py test
- python setup.py check -r -s
-
-after_success:
- - python3 -m unittest websocket/tests/test_websocket.py
- - coverage run -m unittest websocket/tests/test_websocket.py
- - coverage report
- - bash <(curl -s https://codecov.io/bash)