Skip to content

Commit

Permalink
test - remove setuptools in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
loyada committed Aug 16, 2024
1 parent b18a3ec commit 2dea453
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ python =
commands =
black typedpy
pylint --rcfile={toxinidir}/setup.cfg typedpy
python setup.py install
pip install .
pytest
coverage run --source {toxinidir}/typedpy/ -m pytest {toxinidir}/tests/
coverage report --fail-under=70
deps =
setuptools
pylint
pytest-cov
pytest
Expand Down

0 comments on commit 2dea453

Please sign in to comment.