Skip to content

Commit

Permalink
adds pylint tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dzen committed Jan 4, 2019
1 parent 8607c6a commit 854b237
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install:
- pip install -r requirements_dev.txt
- pip install --editable .
- pip freeze
script: make test
script: "make test && make pylint"
notifications:
email: true
irc:
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ test:
update:
pip install -r requirements_dev.txt

pylint:
pylint aioamqp


### semi-private targets used by polyconseil's CI (copy-pasted from blease) ###

Expand Down

0 comments on commit 854b237

Please sign in to comment.