瀏覽代碼

Use get-pip.py to install pip,setuptools,wheel on Travis

tags/v0.8.2
itismadness 5 年之前
父節點
當前提交
04d6d9cbef
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. +3
    -1
      .travis.yml

+ 3
- 1
.travis.yml 查看文件

@@ -20,7 +20,9 @@ matrix:
- php: nightly

before_install:
- sudo apt-get install python3 python3-pip
- sudo apt-get install python3
- wget https://bootstrap.pypa.io/get-pip.py
- python3 get-pip.py

install:
- composer install --ansi --prefer-dist --no-interaction --optimize-autoloader --no-suggest --no-progress


Loading…
取消
儲存