Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenglongMa committed Feb 4, 2024
1 parent dc2c692 commit f40f924
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import unittest
from pathlib import Path
from unittest.mock import patch

from stone.utils import build_image_paths, resolve_labels

Expand Down
8 changes: 6 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,19 @@ deps =
# If your project uses README.rst, uncomment the following:
# readme_renderer
# flake8
pytest
# pytest
unittest
build
twine
commands =
check-manifest --ignore 'tox.ini,tests/**'
python -m build
python -m twine check dist/*
# flake8 .
py.test tests {posargs}
# python -m unittest discover -v
cp -r tests/mock_data ./
python -m unittest discover -v tests
# py.test tests {posargs}

# [flake8]
# exclude = .tox,*.egg,build,data
Expand Down

0 comments on commit f40f924

Please sign in to comment.