summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2018-07-19 19:50:13 -0700
committerGitHub <noreply@github.com>2018-07-19 19:50:13 -0700
commitd2ab7c2353eead864d8d30b6b98005e88e03a3ae (patch)
treea7924b6ed92cd44b4ad6dabee11e93ae61d376e5
parent992deefbba7d71b27467e656e88adf37382c8c62 (diff)
parent75e0bee5a8d19b8809fbf93affa5f4a7bc8e4940 (diff)
Merge pull request #912 from dbcli/j-bennet/pip-errors
Update setuptools before install.
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f54e1a8e..ce8aa66a 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 setuptools
+
install:
- pip install .
- pip install -r requirements-dev.txt