Skip to content

Commit 0ce9ba9

Browse files
authored
Add 3.9-dev to travis and add codecov.yaml (dropbox#220)
- Add 3.9-dev to travis - add codecov.yaml to start collecting data
1 parent 0646925 commit 0ce9ba9

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
11
language:
22
python
3+
dist:
4+
xenial
35
python:
46
- "2.7"
5-
- pypy
67
- "3.4"
78
- "3.5"
89
- "3.6"
910
- "3.7"
1011
- "3.8"
12+
- "3.9-dev"
13+
- pypy
1114
- pypy3
1215
install:
1316
- pip install tox-travis
1417
matrix:
1518
allow_failures:
1619
- python: "3.4"
1720
- python: "3.5"
21+
- python: "3.9-dev"
1822
script:
1923
- tox
2024
after_success:

codecov.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
coverage:
2+
status:
3+
project:
4+
default:
5+
target: auto
6+
threshold: 0%
7+
base: auto
8+
flags:
9+
- unit
10+
paths:
11+
- "dropbox"
12+
branches:
13+
- master
14+
if_not_found: success
15+
if_ci_failed: error
16+
informational: true
17+
only_pulls: false

0 commit comments

Comments
 (0)