From 9f9d85b5ccd863c80d476af1805290a8693e5b94 Mon Sep 17 00:00:00 2001 From: Irina Truong Date: Thu, 19 Jul 2018 19:01:35 -0700 Subject: Update pip before install. --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index f54e1a8e..6073fb4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,11 @@ python: - "3.5" - "3.6" +before_install: + - which python + - which pip + - pip install -U pip + install: - pip install . - pip install -r requirements-dev.txt -- cgit v1.2.3 From 75e0bee5a8d19b8809fbf93affa5f4a7bc8e4940 Mon Sep 17 00:00:00 2001 From: Irina Truong Date: Thu, 19 Jul 2018 19:41:04 -0700 Subject: Update setuptools instead of pip. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6073fb4b..ce8aa66a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ python: before_install: - which python - which pip - - pip install -U pip + - pip install -U setuptools install: - pip install . -- cgit v1.2.3