-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: add Python 3.7 support (#168)
* update setup.py with latest version of sagemaker-training * test against py37 and parallelize unit tests * add coveragerc file
- Loading branch information
1 parent
196d663
commit d60a3dc
Showing
5 changed files
with
26 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[run] | ||
branch = True | ||
timid = True | ||
|
||
[report] | ||
exclude_lines = | ||
pragma: no cover | ||
pragma: py3 no cover | ||
if six.PY2 | ||
elif six.PY2 | ||
|
||
partial_branches = | ||
pragma: no cover | ||
pragma: py3 no cover | ||
if six.PY3 | ||
elif six.PY3 | ||
|
||
show_missing = True | ||
|
||
fail_under = 90 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters