Skip to content

Commit

Permalink
fix travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
yannvgn committed Nov 1, 2019
1 parent c0f26db commit dea1c81
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ jobs:
- name: "Python 3.7 on Xenial Linux"
python: 3.7
before_install:
- pip3 install --upgrade pip
- python -m pip install --upgrade pip
- pip3 install poetry
- pip3 install torch==1.3.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
- name: "Python 3.6 on Xenial Linux"
python: 3.6
before_install:
- pip3 install --upgrade pip
- python -m pip install --upgrade pip
- pip3 install poetry
- pip3 install torch==1.3.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
- name: "Python 3.7 on macOS"
os: osx
osx_image: xcode11.2
language: shell
before_install:
- pip3 install --upgrade pip
- python3 -m pip install --upgrade pip
- pip3 install poetry
- pip3 install virtualenv
- virtualenv .env
Expand All @@ -29,7 +29,7 @@ jobs:
language: shell
before_install:
- choco install python --version 3.7.0
- pip3 install --upgrade pip
- python3 -m pip install --upgrade pip
- pip3 install poetry
- pip3 install virtualenv
- virtualenv env
Expand All @@ -39,7 +39,7 @@ jobs:
- name: "Python 3.7 on Xenial Linux (wheel installation)"
python: 3.7
before_install:
- pip3 install --upgrade pip
- python -m pip install --upgrade pip
- pip3 install poetry
- pip3 install torch==1.3.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
install:
Expand Down

0 comments on commit dea1c81

Please sign in to comment.