Build with Pytest on Jenkins

This commit is contained in:
Moss Collum 2019-02-13 17:56:20 -05:00 committed by GitHub
parent a3834180c9
commit e014f1abf7

1
Jenkinsfile vendored
View File

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