Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
zivmaor committed Apr 18, 2020
1 parent b258aed commit 4db74fc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -5,9 +5,9 @@ python:
- 3.7
- 3.8

#matrix:
# include:
# - env: TOXENV=lint
matrix:
include:
- env: TOXENV=lint

env:
global:
Expand Down
5 changes: 5 additions & 0 deletions pylama.ini
@@ -0,0 +1,5 @@
[pylama]
linters = pyflakes,mccabe,pep8

[pylama:*/__init__.py]
ignore = W0611
14 changes: 7 additions & 7 deletions tox.ini
Expand Up @@ -24,10 +24,10 @@ commands=
--cov-report term-missing \
{posargs}

;[testenv:lint]
;deps=
; pylama
;commands=
; pylama \
; {[tox]package} \
; {posargs}
[testenv:lint]
deps=
pylama
commands=
pylama \
{[tox]package} \
{posargs}

0 comments on commit 4db74fc

Please sign in to comment.