Commit feb4e08a by Steven Bird

Merge pull request #908 from longdt219/CI_not_build

Add script for investigation
parents e5999204 3e7136fc
...@@ -55,6 +55,12 @@ popd ...@@ -55,6 +55,12 @@ popd
#coverage #coverage
coverage erase coverage erase
coverage run --source=nltk nltk/test/runtests.py --with-xunit coverage run --source=nltk nltk/test/runtests.py --with-xunit
echo '############### INVESTIGATING ###################'
coverage debug sys
coverage debug data
cat nosetests.xml
echo '############## END INVESTIGATING ###############'
coverage xml --omit=nltk/test/* coverage xml --omit=nltk/test/*
iconv -c -f utf-8 -t utf-8 nosetests.xml > nosetests_scrubbed.xml iconv -c -f utf-8 -t utf-8 nosetests.xml > nosetests_scrubbed.xml
pylint -f parseable nltk > pylintoutput pylint -f parseable nltk > pylintoutput
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment