From 19118b8a202c0fab688993366814519f0cd448fe Mon Sep 17 00:00:00 2001 From: Ryan Morshead Date: Tue, 16 May 2017 10:32:01 -0700 Subject: [PATCH] update pip before install --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 32ad1008f..5c3b932b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ python: - 3.6-dev sudo: false install: - - pip install . + - pip install --upgrade pip && pip --version && pip install . - pip install traitlets[test] pytest-cov codecov pytest-warnings --upgrade script: - py.test --cov traitlets -v traitlets