From a699c2477883e4fdc6887ba49cef6247ae22b99d Mon Sep 17 00:00:00 2001 From: Brad Rogers Date: Tue, 1 Sep 2020 13:40:25 -0700 Subject: [PATCH] Add 3.9-dev to travis and add codecov.yaml --- .travis.yml | 6 +++++- codecov.yaml | 17 +++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 codecov.yaml diff --git a/.travis.yml b/.travis.yml index 71ae34e1..864556f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,16 @@ language: python +dist: + xenial python: - "2.7" - - pypy - "3.4" - "3.5" - "3.6" - "3.7" - "3.8" + - "3.9-dev" + - pypy - pypy3 install: - pip install tox-travis @@ -15,6 +18,7 @@ matrix: allow_failures: - python: "3.4" - python: "3.5" + - python: "3.9-dev" script: - tox after_success: diff --git a/codecov.yaml b/codecov.yaml new file mode 100644 index 00000000..7f3bd2a3 --- /dev/null +++ b/codecov.yaml @@ -0,0 +1,17 @@ +coverage: + status: + project: + default: + target: auto + threshold: 0% + base: auto + flags: + - unit + paths: + - "dropbox" + branches: + - master + if_not_found: success + if_ci_failed: error + informational: true + only_pulls: false \ No newline at end of file