Browse Source

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

tags/v0.8.2
itismadness 5 years ago
parent
commit
04d6d9cbef
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      .travis.yml

+ 3
- 1
.travis.yml View File

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


before_install: 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: install:
- composer install --ansi --prefer-dist --no-interaction --optimize-autoloader --no-suggest --no-progress - composer install --ansi --prefer-dist --no-interaction --optimize-autoloader --no-suggest --no-progress


Loading…
Cancel
Save