We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d2720 commit 908038aCopy full SHA for 908038a
.coveragerc
@@ -2,3 +2,4 @@
2
omit =
3
memoization/backport/*
4
memoization/util/algorithm_extension_validator.py
5
+ home/travis/*
.travis.yml
@@ -6,8 +6,9 @@ python:
6
- "3.6"
7
- "3.7"
8
- "3.8"
9
- - "3.8-dev"
+ - "3.9"
10
- "3.9-dev"
11
+ - "nightly"
12
install:
13
- pip install coverage
14
- pip install coveralls
0 commit comments