From 4ee00a8ac7cd0cf9269b04fecc6c77517105e950 Mon Sep 17 00:00:00 2001 From: Bill Ladwig Date: Tue, 12 Mar 2019 16:04:13 -0600 Subject: [PATCH] Split pycodestyle install and run into separate commands --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8beb2c3..469988b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,9 +13,12 @@ jobs: steps: - checkout - run: - name: run pycodestyle + name: install pycodestyle command: | sudo pip install pycodestyle + - run: + name: run pycodestyle + command: | pycodestyle src test build: