Skip to content

Commit

Permalink
Fixing up CI (attempting to) in order to get local env working ; flak…
Browse files Browse the repository at this point in the history
…e8 needs to be disabled for now as it will not install while pylint-django supports 3.7 wihch it will until PRs are closed and things are cleaned up
  • Loading branch information
carlio committed Jul 19, 2024
1 parent a2b4459 commit 5377d62
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

install:
pip install poetry
poetry install


make test:
tox
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5377d62

Please sign in to comment.