From bd213afb6c566cee506033dfceeb4d0e7bf1a8e9 Mon Sep 17 00:00:00 2001 From: andrei Date: Tue, 18 Jul 2017 15:13:48 -0700 Subject: [PATCH] Upgrade pip within travis run --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4e6a402..fc2dc6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,7 @@ python: - '3.6' - 'nightly' +install: + - pip install --user -U pip + script: 'python setup.py test'