Skip to content

Commit

Permalink
Restore entry point.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Dec 15, 2020
1 parent fbd441b commit b6bc614
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ python_versions:
- 3.7
- 3.8
- 3.9

entry_points:
tox:
- isolation = tox_isolation
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ python_version = 3.6
namespace_packages = True
check_untyped_defs = True
warn_unused_ignores = True

[options.entry_points]
tox = isolation = tox_isolation

0 comments on commit b6bc614

Please sign in to comment.