Skip to content

Commit 2dea453

Browse files
committed
test - remove setuptools in CI
1 parent b18a3ec commit 2dea453

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,11 @@ python =
1919
commands =
2020
black typedpy
2121
pylint --rcfile={toxinidir}/setup.cfg typedpy
22-
python setup.py install
22+
pip install .
2323
pytest
2424
coverage run --source {toxinidir}/typedpy/ -m pytest {toxinidir}/tests/
2525
coverage report --fail-under=70
2626
deps =
27-
setuptools
2827
pylint
2928
pytest-cov
3029
pytest

0 commit comments

Comments
 (0)