From 6ab72325eed7185c92beca19f369d4eadf5bca4f Mon Sep 17 00:00:00 2001 From: Jonathan Wight Date: Mon, 3 Apr 2017 08:54:55 -0700 Subject: [PATCH] try without sudo. --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index 55b2529..c11830d 100644 --- a/circle.yml +++ b/circle.yml @@ -9,7 +9,7 @@ dependencies: - brew install libyaml - brew install python - brew install python3 - - sudo -H pip install -r requirements_test.txt + - pip install -r requirements_test.txt compile: override: test: @@ -17,4 +17,4 @@ test: LC_ALL: "en_US.UTF-8" LANG: "en_US.UTF-8" override: - - sudo -H tox --develop + - tox