Skip to content

Commit 053653a

Browse files
committed
[.travis.yml] update macOS settings to use pip3
1 parent 09b0934 commit 053653a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ matrix:
3535
- os: osx
3636
language: generic
3737
osx_image: xcode11 # Python 3.7.4 running on macOS 10.14.4
38-
install: pip install --upgrade tox pytest
38+
install: pip3 install --upgrade tox pytest
3939
env: TOX_ENV=py37
4040
script: tox -e $TOX_ENV
4141

0 commit comments

Comments
 (0)