summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2018-07-19 19:01:35 -0700
committerIrina Truong <i.chernyavska@gmail.com>2018-07-19 19:01:35 -0700
commit9f9d85b5ccd863c80d476af1805290a8693e5b94 (patch)
tree32d8f628358e7a4b7c5c42918cd678ac39c86257 /.travis.yml
parent992deefbba7d71b27467e656e88adf37382c8c62 (diff)
Update pip before install.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
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