Skip to content

Commit df00d6e

Browse files
Merge pull request #15 from wellcometrust/feature/ivyleavedtoadflax/codecov
Add codecov to travis.yaml
2 parents ca12985 + 7daf8e1 commit df00d6e

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,25 @@ language: python
22

33
python:
44
- 3.7
5+
- 3.8
56

67
install:
78
- make virtualenv
9+
- pip install -r requirements_test.txt
810

911
script:
1012
- make test
1113

1214
cache: pip
15+
16+
jobs:
17+
fast_finish: true
18+
allow_failures:
19+
- python: 3.8
20+
21+
branches:
22+
only:
23+
- master
24+
25+
after_success:
26+
- python -m codecov

codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ignore:
2+
- "**/__*__.py"

0 commit comments

Comments
 (0)