Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Enable scripts tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leezu committed Apr 19, 2018
1 parent bb3b020 commit 01b3472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Expand Up @@ -24,7 +24,7 @@ stage("Unit Test") {
python -m spacy download en
python -m nltk.downloader all
python setup.py install
nosetests -v --nocapture --with-timer tests/unittest
nosetests -v --nocapture --with-timer tests/unittest scripts
"""
}
}
Expand All @@ -40,7 +40,7 @@ stage("Unit Test") {
python -m spacy download en
python -m nltk.downloader all
python setup.py install
nosetests -v --nocapture --with-timer tests/unittest
nosetests -v --nocapture --with-timer tests/unittest scripts
"""
}
}
Expand Down

0 comments on commit 01b3472

Please sign in to comment.