From 5560c46a593363b6d8c51bbbf575a6b2e562ed4d Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Wed, 4 Oct 2017 18:29:41 +0200 Subject: [PATCH] Update buildkite --- .buildkite/sdist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/sdist.yml b/.buildkite/sdist.yml index 7776429c5..f5e0fca35 100644 --- a/.buildkite/sdist.yml +++ b/.buildkite/sdist.yml @@ -1,6 +1,6 @@ steps: - - command: "fab env clean make test" + command: "fab env clean make test sdist" label: ":dizzy: :python:" artifact_paths: "dist/*.tar.gz" - wait