Add flake8 to travisci.

This commit is contained in:
Hasan Ramezani 2020-11-28 22:57:57 +01:00
parent 4ec3ecdade
commit 775ac3f4b1
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -34,7 +34,7 @@ ignore_errors = True
[testenv:flake8]
basepython =
python3.7
python3.8
deps =
flake8
skip_install = True