Skip to content

Commit 573ad11

Browse files
committed
q option
1 parent 384773f commit 573ad11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ before_install:
1717
- export CXX="g++-4.9"
1818
install:
1919
- pip install numpy
20-
- pip install torch -f https://download.pytorch.org/whl/nightly/cpu/torch.html
20+
- pip install -q torch -f https://download.pytorch.org/whl/nightly/cpu/torch.html
2121
- pip install pycodestyle
2222
- pip install flake8
2323
- pip install codecov
2424
- pip install torch-scatter
2525
script:
26+
- python -c "import torch; print(torch.__version__)"
2627
- pycodestyle .
2728
- flake8 .
2829
- python setup.py install

0 commit comments

Comments
 (0)