Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/production'
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaksymiv committed Oct 3, 2017
2 parents 44329ad + 7a1ba62 commit 279d7a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install:
script:
- bin/nosetests
after_success:
- bin/coveralls
- bin/coveralls & bin/pylint --errors-only --disable=no-member,not-an-iterable,bad-super-call,unsubscriptable-object,too-many-format-args openprocurement.api
notifications:
webhooks:
urls:
Expand Down
1 change: 1 addition & 0 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ dependent-scripts = true
eggs =
openprocurement.api [test]
nose
pylint

0 comments on commit 279d7a7

Please sign in to comment.