Add buildkite trigger to 1.x

This commit is contained in:
Matthew Honnibal 2017-11-07 11:57:09 +01:00
parent 025c820976
commit cc256e9c88
1 changed files with 5 additions and 0 deletions

5
.buildkite/sdist.yml Normal file
View File

@ -0,0 +1,5 @@
steps:
-
command: "fab env clean make test sdist"
label: ":dizzy: :python:"
artifact_paths: "dist/*.tar.gz"