Browse Source

Install both versions of python

Signed-off-by: Joffrey F <[email protected]>
Joffrey F 7 years ago
parent
commit
742979371d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -7,7 +7,7 @@ jobs:
     - checkout
     - run:
         name: install python3
-        command: brew update > /dev/null && brew install python3
+        command: brew update > /dev/null && brew upgrade python
     - run:
         name: install tox
         command: sudo pip install --upgrade tox==2.1.1