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 265cfd3 commit c79c33c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
before_install:
- python3 -m pip install --upgrade pip
- pip3 install poetry
- poetry config settings.virtualenvs.create false
- pip3 install virtualenv
- virtualenv .env
- source .env/bin/activate
- pip3 install torch
- name: "Python 3.7 on Windows"
os: windows
Expand Down

0 comments on commit c79c33c

Please sign in to comment.