mirror of https://gitlab.com/litecord/litecord.git
ci: use flake8 instead of pyflakes
This commit is contained in:
parent
87f77e65f1
commit
e01d1b8465
|
|
@ -23,5 +23,5 @@ tests:
|
|||
- pipenv --venv
|
||||
- pipenv run ./manage.py migrate
|
||||
- pipenv run black --check litecord run.py tests manage
|
||||
- pipenv run pyflakes run.py litecord/
|
||||
- pipenv run flake8 litecord run.py tests manage
|
||||
- pipenv run pytest tests
|
||||
|
|
|
|||
Loading…
Reference in New Issue