Skip to content

Commit

Permalink
Merge pull request #238 from CloudVE/unpin_coverage
Browse files Browse the repository at this point in the history
Unpin coverage
  • Loading branch information
nuwang committed Mar 29, 2020
2 parents 1fc30a6 + 1576011 commit bc13c94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
dist: trusty
language: python
cache:
directories:
Expand All @@ -24,6 +23,7 @@ matrix:
env:
global:
- PYTHONUNBUFFERED=True
- COVERALLS_PARALLEL=true
before_install:
- |
case "$TRAVIS_EVENT_TYPE" in
Expand Down Expand Up @@ -54,6 +54,7 @@ before_install:
install:
- pip install -U pip
- pip install -U setuptools
- pip install "coverage<5"
- pip install tox
- pip install coveralls
- pip install codecov
Expand All @@ -77,3 +78,5 @@ after_script:
coveralls; codecov;
;;
esac
notifications:
webhooks: https://coveralls.io/webhook

0 comments on commit bc13c94

Please sign in to comment.