diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..c5238d5c --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ + +install: + pip install poetry + poetry install + + +make test: + tox \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 41362e51..f11a310f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,6 @@ tox = "^4.5.1" pytest = "^7.3.1" pylint = ">=2.13" ruff = ">=0.1.1" -twine = "^4.0.2" wheel = "^0.40.0" pytest-cov = "^4.0.0" django-tables2 = "^2.6.0" diff --git a/tox.ini b/tox.ini index 17594857..0e3d813e 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,6 @@ requires = [testenv] commands = django_not_installed: bash pylint_django/tests/test_django_not_installed.sh - flake8: flake8 pylint_django/ pylint: pylint pylint_django readme: bash -c "poetry build && twine check dist/*" py{37,38,39,310,311}-django{22,30,31,32,40,41,42}: bash scripts/test.sh --cov=pylint_django