Add static analysis to the CI build

This commit is contained in:
hugovk 2014-03-08 11:16:41 +02:00
parent 2254430b39
commit bd9f658de8
5 changed files with 24 additions and 4 deletions

View file

@ -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