Skip to content

Commit

Permalink
add tox support
Browse files Browse the repository at this point in the history
  • Loading branch information
furkanonder committed Oct 9, 2023
1 parent 3477a1a commit c37c0b5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[tox]
envlist = py312, pre-commit
isolated_build = true

[testenv]
commands = python -m unittest discover -v

[testenv:pre-commit]
skip_install = true
deps = pre-commit
commands = pre-commit run --all-files

0 comments on commit c37c0b5

Please sign in to comment.