summaryrefslogtreecommitdiff
path: root/.travis.yml
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
commitabe19cec22f1d9c947fd528d75d9721ed260b8ad (patch)
tree79ba068bf8c8e173a26f9c9ea577b788f5be6738 /.travis.yml
parente3bd6fa7b99460a5eb84477941d7551d4f6bab70 (diff)
downloadpython-setuptools-bitbucket-abe19cec22f1d9c947fd528d75d9721ed260b8ad.tar.gz
Invoke old pip directly
Diffstat (limited to '.travis.yml')
-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