fine, python-pip not -m ensurepip
This commit is contained in:
parent
78d1500a5a
commit
a0f2ba5941
@ -1,7 +1,8 @@
|
|||||||
|
image: python:2.7
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update -qq && apt-get install -y -qq python
|
- apt-get update -qq && apt-get install -y -qq python python-pip
|
||||||
- python --version
|
- python --version
|
||||||
- python -m ensurepip
|
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
|
||||||
types:
|
types:
|
||||||
|
Loading…
Reference in New Issue
Block a user