Skip to content

Commit

Permalink
Merge pull request #1586 from catalyst-cooperative/env-tox
Browse files Browse the repository at this point in the history
Rename tox virtualenv dir from .env_pudl to .env_tox
  • Loading branch information
zaneselvans authored Apr 17, 2022
2 parents bb573b3 + f1586eb commit 9b6f7cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ coverage.xml
.coverage
.coverage.*
codecov.sh
.env_tox/
.env_pudl/
*wheel-metadata
dask-worker-space*
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ whitelist_externals =
coverage
twine
# shared directory for re-used packages
envdir = {toxinidir}/.env_pudl
envdir = {toxinidir}/.env_tox
passenv =
API_KEY_EIA
CI
Expand Down Expand Up @@ -270,7 +270,7 @@ max-line-length = 88
# Files and directories that should be subject to linting
extend-exclude =
package_data,
.env_pudl,
.env_tox,
.eggs,
build,
# We have a backlog of complex functions being skipped with noqa: C901
Expand Down

0 comments on commit 9b6f7cf

Please sign in to comment.