Skip to content

Commit bb31f1e

Browse files
committed
More Travis and CodeCov work
1 parent b9f3dc1 commit bb31f1e

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
.coverage
21
.mypy_cache
32
Pipfile.lock
3+
coverage.xml

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,4 @@ python:
66
install: "make init"
77
script: "pipenv run make ci"
88
cache: "pip"
9-
jobs:
10-
include:
11-
- stage: "coverage"
12-
python: "3.6"
13-
script: "pipenv run codecov"
9+
after_success: "pipenv run codecov"

0 commit comments

Comments
 (0)