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