Install both versions of python

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2018-03-02 15:45:37 -08:00
parent 38f7fdfe89
commit efd3d1db06
1 changed files with 1 additions and 1 deletions

View File

@ -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