Skip to content

Commit

Permalink
Remove flit command
Browse files Browse the repository at this point in the history
  • Loading branch information
misaelnieto committed Nov 17, 2023
1 parent 71ce949 commit 4715927
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ packaging = [
]

[project.scripts]
flit = "flit:main"
vercel_blob = "vercel_storage.cli:cli"

[tool.pytest.ini_options]
Expand Down
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ env_list =
py39
statc_typing_analysis

[gh-actions]
python =
3.9: py39

[testenv]
deps = pytest
commands = pytest tests
Expand Down

0 comments on commit 4715927

Please sign in to comment.