From 5f6c97235033e56fad81ac69606b990fae9abb7b Mon Sep 17 00:00:00 2001 From: Marcos Pereira Date: Sun, 5 Aug 2018 13:43:37 -0300 Subject: [PATCH] Pipeline - added name. --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index fa236e9..95f4d4b 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -8,6 +8,7 @@ image: python:3.5.1 pipelines: default: - step: + name: Tests caches: - pip script: # Modify the commands below to build your repository.