From 80ce4eafa722ee9fc312ad0d14d2eaa5d7f17a22 Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Tue, 20 Mar 2018 15:10:39 +0100 Subject: [PATCH] pip3? Signed-off-by: Joffrey F --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6ee2a60e5..66a87d1d0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,7 @@ jobs: command: brew update > /dev/null && brew upgrade python - run: name: install tox - command: sudo pip install --upgrade tox==2.1.1 + command: sudo pip3 install --upgrade tox==2.1.1 - run: name: unit tests command: tox -e py27,py36 -- tests/unit