mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Add flake8 to travisci.
This commit is contained in:
parent
4ec3ecdade
commit
775ac3f4b1
2 changed files with 5 additions and 1 deletions
|
|
@ -11,6 +11,10 @@ python:
|
|||
arch:
|
||||
- amd64
|
||||
- ppc64le
|
||||
jobs:
|
||||
include:
|
||||
- python: 3.8
|
||||
env: TOXENV=flake8
|
||||
install: pip install tox-travis codecov
|
||||
# positional args ({posargs}) to pass into tox.ini
|
||||
script: tox -- --cov --cov-append
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -34,7 +34,7 @@ ignore_errors = True
|
|||
|
||||
[testenv:flake8]
|
||||
basepython =
|
||||
python3.7
|
||||
python3.8
|
||||
deps =
|
||||
flake8
|
||||
skip_install = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue