Skip to content

Commit 5377d62

Browse files
committed
Fixing up CI (attempting to) in order to get local env working ; flake8 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
1 parent a2b4459 commit 5377d62

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
install:
3+
pip install poetry
4+
poetry install
5+
6+
7+
make test:
8+
tox

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ tox = "^4.5.1"
5050
pytest = "^7.3.1"
5151
pylint = ">=2.13"
5252
ruff = ">=0.1.1"
53-
twine = "^4.0.2"
5453
wheel = "^0.40.0"
5554
pytest-cov = "^4.0.0"
5655
django-tables2 = "^2.6.0"

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ requires =
1818
[testenv]
1919
commands =
2020
django_not_installed: bash pylint_django/tests/test_django_not_installed.sh
21-
flake8: flake8 pylint_django/
2221
pylint: pylint pylint_django
2322
readme: bash -c "poetry build && twine check dist/*"
2423
py{37,38,39,310,311}-django{22,30,31,32,40,41,42}: bash scripts/test.sh --cov=pylint_django

0 commit comments

Comments
 (0)