Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nltk
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
nltk
Commits
feb4e08a
Commit
feb4e08a
authored
Mar 05, 2015
by
Steven Bird
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #908 from longdt219/CI_not_build
Add script for investigation
parents
e5999204
3e7136fc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
jenkins.sh
+6
-0
No files found.
jenkins.sh
View file @
feb4e08a
...
...
@@ -55,6 +55,12 @@ popd
#coverage
coverage erase
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/
*
iconv
-c
-f
utf-8
-t
utf-8 nosetests.xml
>
nosetests_scrubbed.xml
pylint
-f
parseable nltk
>
pylintoutput
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment