From 3a3d9f65e693ff0e0c6eb35c872d7a8b43f06dce Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Sat, 9 Jul 2016 11:50:30 +0200 Subject: upgrade pip on osx travis --- .travis.yml | 2 ++ requirements.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 21e99f1f..3aa2e75c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,6 +43,8 @@ install: brew update || brew update # try again if it fails brew outdated openssl || brew upgrade openssl brew install python python3 + pip install -U pip setuptools wheel + pip3 install -U pip3 setuptools wheel fi - pip install tox diff --git a/requirements.txt b/requirements.txt index ead8d1c2..f6fdfda9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -https://maximilianhils.com/upload/2016-06/lxml-3.6.0-cp35-cp35m-win32.whl; (sys_platform == 'win32' and python_version == '3.5') +https://maximilianhils.com/upload/2016-06/lxml-3.6.0-cp35-cp35m-win32.whl; sys_platform == 'win32' and python_version == '3.5' -e .[dev,examples,contentviews] -e ./release -- cgit v1.2.3