fix pip install on osx travis

This commit is contained in:
Thomas Kriechbaumer 2016-07-09 11:55:52 +02:00
parent 3a3d9f65e6
commit 3e2d41d507

View File

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