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:
parent
09685547f0
commit
014b76d118
|
@ -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=
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# clonedigger
|
||||
coverage
|
||||
pep8
|
||||
pyyaml
|
||||
|
|
Loading…
Reference in a new issue