stxnext-csr / volontulo

Web portal for collaboration of community volunteers with organizations and institutions.
MIT License
14 stars 24 forks source link

Fixing failing Travis #561

Closed magul closed 8 years ago

magul commented 8 years ago

Story / Bug id: N/A Reference person: @magul Description:

After hackathon we have a lot issues with pylint run on Travis. This PR is going to solve them all. New imports / dependencies:

Unit Tests:

What tests do I need to run to validate this change: Travis build is green.

codecov-io commented 8 years ago

Current coverage is 91.11%

Merging #561 into master will increase coverage by +0.15% as of 31d3248

@@            master    #561   diff @@
======================================
  Files           41      53    +12
  Stmts         1948    2049   +101
  Branches         0       0       
  Methods          0       0       
======================================
+ Hit           1772    1867    +95
  Partial          0       0       
- Missed         176     182     +6

Review entire Coverage Diff as of 31d3248

Powered by Codecov. Updated on successful CI builds.

magul commented 8 years ago

@tomaszwozniak