Commit 1a3427b8 authored by rusty1s's avatar rusty1s
Browse files

update

parent 201aaafb
...@@ -110,15 +110,16 @@ install: ...@@ -110,15 +110,16 @@ 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 flake8 codecov - pip install flake8
- python setup.py install - pip install codecov
- pip install .[test]
script: script:
- flake8 . - flake8 .
- python setup.py test - python setup.py test
after_success: after_success:
- codecov
- python setup.py bdist_wheel --dist-dir=dist - python setup.py bdist_wheel --dist-dir=dist
- ls -lah dist/ - ls -lah dist/
- codecov
deploy: deploy:
provider: s3 provider: s3
region: eu-central-1 region: eu-central-1
......
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