Compare commits
2 Commits
develop
...
d2531e6b58
| Author | SHA1 | Date | |
|---|---|---|---|
| d2531e6b58 | |||
| b4aece7f29 |
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -21,6 +21,7 @@ pipeline {
|
||||
stage("test") {
|
||||
steps {
|
||||
sh "pip install dist/*.whl"
|
||||
sh "splitmsa -h"
|
||||
}
|
||||
}
|
||||
stage("publish") {
|
||||
|
||||
@@ -9,4 +9,4 @@ install_requires =
|
||||
|
||||
[options.entry_points]
|
||||
console_scripts =
|
||||
splitmsa = splitmsa.splitmsa:main
|
||||
splitmsa = splitmsa.cli:main
|
||||
Reference in New Issue
Block a user