Skip to content

Commit

Permalink
Merge pull request #53 from aws/sagemaker-containers-migration
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenyu authored Nov 8, 2018
2 parents 9cd808d + 7055749 commit 2f26bab
Show file tree
Hide file tree
Showing 77 changed files with 4,371 additions and 2,670 deletions.
20 changes: 20 additions & 0 deletions .coveragerc_py27
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: py2 no cover
if six.PY3
elif six.PY3

partial_branches =
pragma: no cover
pragma: py2 no cover
if six.PY3
elif six.PY3

show_missing = True

fail_under = 90
20 changes: 20 additions & 0 deletions .coveragerc_py35
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
3 changes: 3 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[flake8]
application_import_names = local_mode_utils, sagemaker_mxnet_container, test, timeout
import-order-style = google
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ dist
.pytest_cache
**/*.pyc
**/*.py~
.tox/*
.coverage
test/resources/local_mode_lock
.idea/*
Loading

0 comments on commit 2f26bab

Please sign in to comment.