Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion section-05-production-model-package/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ skipsdist = True
[testenv]
basepython = python
install_command = pip install {opts} {packages}
whitelist_externals = train
allowlist_externals = train

setenv =
PYTHONPATH=.
Expand Down
6 changes: 3 additions & 3 deletions section-07-ci-and-publishing/model-package/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ skipsdist = True
[testenv]
basepython = python
install_command = pip install {opts} {packages}
whitelist_externals = train,python
allowlist_externals = train,python

passenv =
KAGGLE_USERNAME
KAGGLE_KEY
GEMFURY_PUSH_URL

[testenv:test_package]
whitelist_externals = python
allowlist_externals = python
deps =
-rrequirements/test_requirements.txt

Expand Down Expand Up @@ -51,7 +51,7 @@ commands=

[testenv:fetch_data]
envdir = {toxworkdir}/test_package
whitelist_externals = unzip
allowlist_externals = unzip
deps =
kaggle<1.6.0

Expand Down