Merge pull request #68 from LuminosoInsight/pytest-jenkins

Build with Pytest on Jenkins
This commit is contained in:
Lance Nathan 2019-02-13 17:57:16 -05:00 committed by GitHub
commit f467504835

1
Jenkinsfile vendored
View File

@ -1,4 +1,5 @@
wheelJob(
test: 'pytest',
upstream: [ 'wheelhouse-init' ],
extras: [ 'mecab', 'jieba' ]
)