Commit c4ea8364 authored by rusty1s's avatar rusty1s
Browse files

update travis

parent 23cef1f5
...@@ -64,7 +64,7 @@ install: ...@@ -64,7 +64,7 @@ install:
- source activate test - source activate test
- conda install pytorch=${TORCH_VERSION} ${TOOLKIT} -c pytorch --yes - conda install pytorch=${TORCH_VERSION} ${TOOLKIT} -c pytorch --yes
- source script/torch.sh - source script/torch.sh
- pip install torch-scatter==latest+${IDX} -f http://pytorch-scatter.s3-website.eu-central-1.amazonaws.com/whl/torch-${TORCH_VERSION}.html --trusted-host pytorch-scatter.s3-website.eu-central-1.amazonaws.com - pip install torch-scatter==latest+${IDX} -f https://s3.eu-central-1.amazonaws.com/pytorch-geometric.com/whl/torch-1.4.0.html
- pip install flake8 codecov - pip install flake8 codecov
- python setup.py install - python setup.py install
script: script:
......
...@@ -42,7 +42,7 @@ where `${CUDA}` should be replaced by either `cpu`, `cu92`, `cu100` or `cu101` d ...@@ -42,7 +42,7 @@ where `${CUDA}` should be replaced by either `cpu`, `cu92`, `cu100` or `cu101` d
|-------------|-------|--------|---------|---------| |-------------|-------|--------|---------|---------|
| **Linux** | ✅ | ✅ | ✅ | ✅ | | **Linux** | ✅ | ✅ | ✅ | ✅ |
| **Windows** | ✅ | ❌ | ❌ | ✅ | | **Windows** | ✅ | ❌ | ❌ | ✅ |
| **macOS** | ✅ | | | | | **macOS** | ✅ | | | |
### From source ### From source
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment