summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-12-01 13:09:03 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-12-01 13:09:03 -0500
commita477a657941bed882db1eec1deb8339f0af2a14a (patch)
tree130d7c90ac75e87113612e9cac851b42cebc292e
parent7cb174c62560328ed051bb9596c4926c8577d3d0 (diff)
downloadpython-setuptools-git-a477a657941bed882db1eec1deb8339f0af2a14a.tar.gz
Invoke old pip directly
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 537e1755..e8cd2f9a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ env:
- ""
script:
# avoid VersionConflict when newer version is required
- - python -m pip install -U pytest
+ - pip install -U pytest
# update egg_info based on setup.py in checkout
- python bootstrap.py