This commit is contained in:
Matthew Honnibal 2017-10-04 18:08:34 +02:00
parent ff24b6d04a
commit 6304c5e146

View File

@ -1,9 +1,10 @@
steps:
- command: "$HOME/.local/bin/fab env clean make test"
-
command: "$HOME/.local/bin/fab env clean make test"
label: ":dizzy: :python:"
artifact_paths: "dist/*.tar.gz"
- wait
- trigger "spacy-sdist-against-models"
- trigger: "spacy-sdist-against-models"
label: ":spacy: :build:"
env:
SPACY_VERSION: "{$SPACY_VERSION}"