Skip to content

Commit 908038a

Browse files
committed
update travis and coverage configs
1 parent 05d2720 commit 908038a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
omit =
33
memoization/backport/*
44
memoization/util/algorithm_extension_validator.py
5+
home/travis/*

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ python:
66
- "3.6"
77
- "3.7"
88
- "3.8"
9-
- "3.8-dev"
9+
- "3.9"
1010
- "3.9-dev"
11+
- "nightly"
1112
install:
1213
- pip install coverage
1314
- pip install coveralls

0 commit comments

Comments
 (0)