fine, python-pip not -m ensurepip

This commit is contained in:
Tyrel Souza 2016-04-07 09:55:55 -04:00
parent 78d1500a5a
commit a0f2ba5941
No known key found for this signature in database
GPG Key ID: 2EECB5087209E6A5

View File

@ -1,7 +1,8 @@
image: python:2.7
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 -m ensurepip
- pip install -r requirements.txt
types: