Ver código fonte

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

tags/v0.8.2
itismadness 5 anos atrás
pai
commit
04d6d9cbef
1 arquivos alterados com 3 adições e 1 exclusões
  1. +3
    -1
      .travis.yml

+ 3
- 1
.travis.yml Ver arquivo

@@ -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


Carregando…
Cancelar
Salvar