Skip to content

Commit

Permalink
remove out of date coverage report from pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganland committed Mar 24, 2021
1 parent 54164b5 commit 7c9b43f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
jobs:
include:
- stage: test
language: python
python: '3.7'
dist: 'xenial'
install:
- pip install codecov
- python setup.py install
- pip install -e .[dev]
script: dispatch-admin coverage
after_success: codecov
# - stage: test
# language: python
# python: '3.7'
# dist: 'xenial'
# install:
# - pip install codecov
# - python setup.py install
# - pip install -e .[dev]
# script: dispatch-admin coverage
# after_success: codecov
- language: node_js
node_js: 8
install:
Expand Down

0 comments on commit 7c9b43f

Please sign in to comment.