Commit 15b64cdb by Steven Bird

Merge pull request #909 from longdt219/CI_not_build

Delete what I added for investigation
parents feb4e08a ef1f6b31
...@@ -55,12 +55,6 @@ popd ...@@ -55,12 +55,6 @@ 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