Do the other static checks, but not clonedigger

This commit is contained in:
hugovk 2014-03-08 12:05:53 +02:00
parent a209bce183
commit d81145cb33
2 changed files with 5 additions and 4 deletions

View file

@ -5,6 +5,7 @@ python:
install: install:
- pip install -r test_requirements.txt - pip install -r test_requirements.txt
- pip install coveralls - pip install coveralls
before_script: ./check.sh
script: coverage run --source=pylast ./test_pylast.py script: coverage run --source=pylast ./test_pylast.py
after_success: after_success:
coveralls coveralls

View file

@ -5,7 +5,7 @@ echo ---
pep8 test_pylast.py pep8 test_pylast.py
echo --- echo ---
pep8 pylast.py pep8 pylast.py
echo --- # echo ---
clonedigger --cpd-output pylast.py # clonedigger --cpd-output pylast.py
grep "Clones detected" output.html # grep "Clones detected" output.html
grep "lines are duplicates" output.html # grep "lines are duplicates" output.html