Commit a477a657 authored by Jason R. Coombs's avatar Jason R. Coombs

Invoke old pip directly

parent 7cb174c6
...@@ -11,7 +11,7 @@ env: ...@@ -11,7 +11,7 @@ env:
- "" - ""
script: script:
# avoid VersionConflict when newer version is required # 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 # update egg_info based on setup.py in checkout
- python bootstrap.py - python bootstrap.py
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment