diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-01 13:09:03 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-01 13:09:03 -0500 |
| commit | a477a657941bed882db1eec1deb8339f0af2a14a (patch) | |
| tree | 130d7c90ac75e87113612e9cac851b42cebc292e | |
| parent | 7cb174c62560328ed051bb9596c4926c8577d3d0 (diff) | |
| download | python-setuptools-git-a477a657941bed882db1eec1deb8339f0af2a14a.tar.gz | |
Invoke old pip directly
| -rw-r--r-- | .travis.yml | 2 |
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 |
