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
1fc19ae3
Commit
1fc19ae3
authored
Jan 22, 2014
by
Steven Xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
download third party dependencies to home dir for caching
parent
837e6493
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
jenkins.sh
+2
-0
tox.ini
+6
-6
No files found.
jenkins.sh
View file @
1fc19ae3
...
@@ -9,6 +9,7 @@ python -c "import nltk; nltk.download('all')" || echo "NLTK data download failed
...
@@ -9,6 +9,7 @@ python -c "import nltk; nltk.download('all')" || echo "NLTK data download failed
pip install
--upgrade
-r
pip-req.txt
--allow-external
matplotlib
--allow-unverified
matplotlib
pip install
--upgrade
-r
pip-req.txt
--allow-external
matplotlib
--allow-unverified
matplotlib
#download external dependencies
#download external dependencies
pushd
${
HOME
}
[[
!
-d
'third'
]]
&&
mkdir
'third'
[[
!
-d
'third'
]]
&&
mkdir
'third'
pushd
'third'
pushd
'third'
...
@@ -34,6 +35,7 @@ if [[ ! -d ${stanford_parser_package_name} ]]; then
...
@@ -34,6 +35,7 @@ if [[ ! -d ${stanford_parser_package_name} ]]; then
fi
fi
popd
popd
popd
#coverage
#coverage
coverage erase
coverage erase
...
...
tox.ini
View file @
1fc19ae3
...
@@ -88,14 +88,14 @@ commands = python runtests.py []
...
@@ -88,14 +88,14 @@ commands = python runtests.py []
basepython
=
python2.6
basepython
=
python2.6
commands
=
{toxinidir}/jenkins.sh
commands
=
{toxinidir}/jenkins.sh
setenv
=
setenv
=
STANFORD_MODELS
=
{
toxini
dir}/third/stanford-parser/
STANFORD_MODELS
=
{
home
dir}/third/stanford-parser/
STANFORD_PARSER
=
{
toxini
dir}/third/stanford-parser/
STANFORD_PARSER
=
{
home
dir}/third/stanford-parser/
STANFORD_POSTAGGER
=
{
toxini
dir}/third/stanford-postagger/
STANFORD_POSTAGGER
=
{
home
dir}/third/stanford-postagger/
[testenv:py32-jenkins]
[testenv:py32-jenkins]
basepython
=
python3.2
basepython
=
python3.2
commands
=
{toxinidir}/jenkins.sh
commands
=
{toxinidir}/jenkins.sh
setenv
=
setenv
=
STANFORD_MODELS
=
{
toxini
dir}/third/stanford-parser/
STANFORD_MODELS
=
{
home
dir}/third/stanford-parser/
STANFORD_PARSER
=
{
toxini
dir}/third/stanford-parser/
STANFORD_PARSER
=
{
home
dir}/third/stanford-parser/
STANFORD_POSTAGGER
=
{
toxini
dir}/third/stanford-postagger/
STANFORD_POSTAGGER
=
{
home
dir}/third/stanford-postagger/
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