Jiggle tests for CI so Clone Digger can run on 2.x. It doesn't yet support 3.x and will fail but shouldn't fail the build.

This commit is contained in:
hugovk 2014-03-08 21:18:44 +02:00
parent 09685547f0
commit 014b76d118
2 changed files with 6 additions and 2 deletions

View file

@ -8,7 +8,12 @@ install:
script: coverage run --source=pylast ./test_pylast.py
after_success:
coveralls
after_script: ./check.sh
after_script:
- ./check.sh
- pip install clonedigger
- clonedigger pylast.py
- grep "Clones detected" output.html
- grep "lines are duplicates" output.html
env:
global:
- secure: ivg6II471E9HV8xyqnawLIuP/sZ0J63Y+BC0BQcRVKtLn/K3zmD1ozM3TFL9S549Nxd0FqDKHXJvXsgaTGIDpK8sxE2AMKV5IojyM0iAVuN7YjPK9vwSlRw1u0EysPMFqxOZVQnoDyHrSGIUrP/VMdnhBu6dbUX0FyEkvZshXhY=

View file

@ -1,4 +1,3 @@
# clonedigger
coverage
pep8
pyyaml