Skip to content

Commit

Permalink
Updated .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lankes-fzj committed Mar 6, 2020
1 parent 038b1f0 commit c85c035
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 @@ -15,14 +15,14 @@ jobs:
before_install:
- choco install python --version 3.6
- python -m pip install --upgrade pip
env: PATH=/c/Python36:/c/Python38/Scripts:$PATH
env: PATH=/c/Python36:/c/Python36/Scripts:$PATH
- name: "Python 3.7 on Windows"
os: windows
language: shell
before_install:
- choco install python --version 3.7
- python -m pip install --upgrade pip
env: PATH=/c/Python37:/c/Python38/Scripts:$PATH
env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
- name: "Python 3.8 on Windows"
os: windows
language: shell
Expand Down

0 comments on commit c85c035

Please sign in to comment.