Skip to content

Commit

Permalink
Install torch quietly
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkurn committed Feb 4, 2019
1 parent 50d5cf4 commit 7cb2195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: python
python: 3.6
install:
- pip install torch
- pip install -q torch
- pip install -r requirements-test.txt
- pip install -e .
script: pytest
Expand Down

0 comments on commit 7cb2195

Please sign in to comment.