We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed415f commit 133a34eCopy full SHA for 133a34e
tox.ini
@@ -58,13 +58,12 @@ passenv =
58
AWS_SESSION_TOKEN
59
AWS_CONTAINER_CREDENTIALS_RELATIVE_URI
60
AWS_DEFAULT_REGION
61
-
62
# {posargs} can be passed in by additional arguments specified when invoking tox.
63
# Can be used to specify which tests to run, e.g.: tox -- -s
64
commands =
65
coverage run --source sagemaker -m pytest {posargs}
66
- {env:IGNORE_COVERAGE:} coverage report --fail-under=85 --omit */tensorflow/tensorflow_serving/*
67
-extras = test
+ {env:IGNORE_COVERAGE:} coverage report --fail-under=86 --omit */tensorflow/tensorflow_serving/*
+deps = .[test]
68
69
[testenv:flake8]
70
basepython = python3
0 commit comments