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 99f023e commit 2c915ceCopy full SHA for 2c915ce
tox.ini
@@ -67,6 +67,7 @@ passenv =
67
# {posargs} can be passed in by additional arguments specified when invoking tox.
68
# Can be used to specify which tests to run, e.g.: tox -- -s
69
commands =
70
+ python -c "import os; os.system('install-custom-pkgs --install-boto-wheels')"
71
pytest --cov=sagemaker --cov-append {posargs}
72
{env:IGNORE_COVERAGE:} coverage report -i --fail-under=86
73
deps = .[test]
0 commit comments