Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1452 from apiaryio/1448-python-3.6
Browse files Browse the repository at this point in the history
Installs "python@3.6" explicitly during the build
  • Loading branch information
artem-zakharchenko authored Aug 7, 2019
2 parents fdb5e69 + 8b4b4fd commit a474bb3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
env: "JOB=quality_checks"
before_install:
- "npm install npm@6 --global"
- "pyenv global 3.6"
- "pyenv install 3.6.3"
- "pyenv global 3.6.3"
- "pip install pip --upgrade"
install:
- "npm install --no-save"
Expand All @@ -26,7 +27,8 @@ jobs:
- env: "JOB=docs_build_dry_run"
before_install:
- "npm install npm@6 --global"
- "pyenv global 3.6"
- "pyenv install 3.6.3"
- "pyenv global 3.6.3"
- "pip install pip --upgrade"
install:
- "npm install --no-save"
Expand Down

0 comments on commit a474bb3

Please sign in to comment.