Add static analysis to the CI build
This commit is contained in:
parent
2254430b39
commit
bd9f658de8
5 changed files with 24 additions and 4 deletions
|
@ -3,8 +3,9 @@ python:
|
|||
- '2.7'
|
||||
- '3.3'
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install -r test_requirements.txt
|
||||
- pip install coveralls
|
||||
before_script: ./check.sh
|
||||
script: coverage run --source=pylast ./test_pylast.py
|
||||
after_success:
|
||||
coveralls
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue