Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-scatter
Commits
dcb453e7
Commit
dcb453e7
authored
Feb 12, 2020
by
rusty1s
Browse files
typo
parent
67e27e96
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
25 deletions
+24
-25
.travis.yml
.travis.yml
+24
-25
No files found.
.travis.yml
View file @
dcb453e7
language
:
shell
env
:
env
:
global
:
global
:
-
TORCH_VERSION=1.4.0
-
TORCH_VERSION=1.4.0
...
@@ -33,8 +35,6 @@ jobs:
...
@@ -33,8 +35,6 @@ jobs:
-
TOOLKIT="cudatoolkit=${CUDA_SHORT}"
-
TOOLKIT="cudatoolkit=${CUDA_SHORT}"
-
name
:
linux/cu101
-
name
:
linux/cu101
os
:
linux
os
:
linux
language
:
python
python
:
3.7.6
env
:
env
:
-
IDX=cu101
-
IDX=cu101
-
CUDA_SHORT=10.1
-
CUDA_SHORT=10.1
...
@@ -99,34 +99,33 @@ install:
...
@@ -99,34 +99,33 @@ install:
-
source script/conda.sh
-
source script/conda.sh
-
conda create --yes -n test python=3.7.6
-
conda create --yes -n test python=3.7.6
-
source activate test
-
source activate test
-
conda install pytorch=${TORCH_VERSION} ${TOOLKIT} -c pytorch
-
conda install pytorch=${TORCH_VERSION} ${TOOLKIT} -c pytorch --yes
-
pip install flake8
-
pip install codecov
-
python setup.py install
-
python setup.py install
# - pip3 install --upgrade pip
# - pip3 install --upgrade pip
# - pip3 install wheel
# - pip3 install wheel
# - pip3 install numpy
# - pip3 install numpy
# - pip3 install torch==${TORCH} -f https://download.pytorch.org/whl/torch_stable.html
# - pip3 install torch==${TORCH} -f https://download.pytorch.org/whl/torch_stable.html
# - pip3 install flake8
# - pip3 install codecov
# script:
script
:
# - flake8 .
-
flake8 .
# - python3 setup.py test || python setup.py test
-
python setup.py test
# after_success:
after_success
:
# - if [ "${TRAVIS_OS_NAME}" != "windows" ]; then python3 setup.py bdist_wheel --dist-dir=dist/${IDX}; fi
-
python setup.py bdist_wheel --dist-dir=dist/torch=${TORCH_VERSION}/${IDX}
# - if [ "${TRAVIS_OS_NAME}" = "windows" ]; then python setup.py bdist_wheel --dist-dir=dist/${IDX}; fi
-
codecov
# - codecov
deploy
:
# deploy:
provider
:
s3
# provider: s3
edge
:
true
# edge: true
access_key_id
:
AKIAJB7S6NJ5OM5MAAGA
# access_key_id: AKIAJB7S6NJ5OM5MAAGA
secret_access_key
:
${S3_SECRET_ACCESS_KEY}
# secret_access_key: ${S3_SECRET_ACCESS_KEY}
bucket
:
pytorch-scatter
# bucket: pytorch-scatter
local_dir
:
dist/${IDX}
# local_dir: dist/${IDX}
upload_dir
:
whl/${IDX}
# upload_dir: whl/${IDX}
acl
:
public_read
# acl: public_read
on
:
# on:
repo
:
rusty1s/pytorch_scatter
# repo: rusty1s/pytorch_scatter
# tags: true
# # tags: true
branch
:
travis
# branch: travis
notifications
:
notifications
:
email
:
false
email
:
false
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment