Skip to content

Commit

Permalink
fix travis build (windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
yannvgn committed Nov 1, 2019
1 parent 7480063 commit c0f26db
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 @@ -29,13 +29,13 @@ jobs:
language: shell
before_install:
- choco install python --version 3.7.0
- python3 -m pip install --upgrade pip
- pip3 install --upgrade pip
- pip3 install poetry
- pip3 install virtualenv
- virtualenv env
- env\Scripts\activate.bat
- pip3 install torch==1.3.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
env: PATH=/c/Python38:/c/Python38/Scripts:$PATH
env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
- name: "Python 3.7 on Xenial Linux (wheel installation)"
python: 3.7
before_install:
Expand Down

0 comments on commit c0f26db

Please sign in to comment.