Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
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
matrix:
allow_failures:
- python: "3.4"
- python: "3.5"
- python: "3.9-dev"
script:
- tox
after_success:
Expand Down
17 changes: 17 additions & 0 deletions codecov.yaml
Original file line number Diff line number Diff line change
@@ -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