From 562db4deec36d45c6be66c95cae5cb8aacaaefe8 Mon Sep 17 00:00:00 2001 From: Kevin Hallock Date: Tue, 12 Mar 2019 15:52:11 -0600 Subject: [PATCH] Use sudo to install pycodestyle --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 027dd33..8beb2c3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,7 @@ jobs: - run: name: run pycodestyle command: | - pip install pycodestyle + sudo pip install pycodestyle pycodestyle src test build: