Skip to content

Commit

Permalink
Fix install python 3.7 on windows travis ci
Browse files Browse the repository at this point in the history
Try fix python 3.4 on windows travis ci
  • Loading branch information
kmuzychko committed Aug 6, 2019
1 parent 5a8c007 commit 4c869c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ matrix:
before_install:
- choco install python --version 3.4.2
- python -m pip install --upgrade pip
env: PATH=/c/Python34-64:/c/Python34-64/Scripts:$PATH
env: PATH=/c/Python34:/c/Python34/Scripts:/c/tools/python:/c/tools/python/Scripts:$PATH
- os: windows
language: shell
before_install:
Expand All @@ -57,7 +57,7 @@ matrix:
- os: windows
language: shell
before_install:
- choco install python 3.7.2
- choco install python --version 3.7.2
- python -m pip install --upgrade pip
env: PATH=/c/Python37:/c/Python37/Scripts:$PATH

Expand Down

0 comments on commit 4c869c8

Please sign in to comment.