fix pip install on osx travis
This commit is contained in:
parent
3a3d9f65e6
commit
3e2d41d507
|
@ -44,7 +44,7 @@ install:
|
|||
brew outdated openssl || brew upgrade openssl
|
||||
brew install python python3
|
||||
pip install -U pip setuptools wheel
|
||||
pip3 install -U pip3 setuptools wheel
|
||||
pip3 install -U pip setuptools wheel
|
||||
fi
|
||||
- pip install tox
|
||||
|
||||
|
|
Loading…
Reference in New Issue