We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 384773f commit 573ad11Copy full SHA for 573ad11
.travis.yml
@@ -17,12 +17,13 @@ before_install:
17
- export CXX="g++-4.9"
18
install:
19
- pip install numpy
20
- - pip install torch -f https://download.pytorch.org/whl/nightly/cpu/torch.html
+ - pip install -q torch -f https://download.pytorch.org/whl/nightly/cpu/torch.html
21
- pip install pycodestyle
22
- pip install flake8
23
- pip install codecov
24
- pip install torch-scatter
25
script:
26
+ - python -c "import torch; print(torch.__version__)"
27
- pycodestyle .
28
- flake8 .
29
- python setup.py install
0 commit comments