Skip to content

Commit

Permalink
Merge pull request #959 from ImageMarkup/refactor-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
danlamanna committed Sep 11, 2024
2 parents 2d14be5 + d691ac2 commit 59fbf6b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
14 changes: 13 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,18 @@
"pyinstrument",
"tox",
"werkzeug",
]
],
"test": [
"coverage[toml]",
"django-fastdev",
"factory-boy",
"hypothesis",
"pytest",
"pytest-cov",
"pytest-django",
"pytest-factoryboy",
"pytest-lazy-fixtures",
"pytest-mock",
],
},
)
12 changes: 1 addition & 11 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,7 @@ passenv =
DJANGO_ISIC_REDIS_URL
extras =
dev
deps =
coverage[toml]
django-fastdev
factory-boy
hypothesis
pytest
pytest-cov
pytest-django
pytest-factoryboy
pytest-lazy-fixtures
pytest-mock
test
install_command = pip install --find-links https://girder.github.io/large_image_wheels {opts} {packages}
commands =
pytest {posargs} --cov-report=html --cov-branch --cov=isic
Expand Down

0 comments on commit 59fbf6b

Please sign in to comment.