Skip to content

Commit

Permalink
Fix tox config
Browse files Browse the repository at this point in the history
  • Loading branch information
hongquan committed Jul 19, 2023
1 parent c1269b4 commit d224bb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Install
pip3 install dj-static-revision
`Django Static Revision` only supports Python 3.6+.
`Django Static Revision` only supports Python 3.8+.


Usage
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ deps=
dj41: Django>=4.1,<4.2
dj42: Django>=4.2,<4.3
test: pytest
pytest-env
skip_install=true
whitelist_externals=sh
allowlist_externals=sh
commands=
sh -c "rm -f dist/*.whl && poetry build -f wheel && pip install dist/*.whl"
test: pytest {posargs}
Expand Down

0 comments on commit d224bb4

Please sign in to comment.