Skip to content

Commit a82ec57

Browse files
authored
Merge pull request #78 from disktnk/test/deploy-on-ci
[TEST] Skip cleanup on Travis Deploy
2 parents a908b33 + 5b232b9 commit a82ec57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@ before_install:
2525
script:
2626
- flake8
2727
- autopep8 -r . --dif --exit-code
28+
- pip install -e . # test plain install before test on docker
2829
- bash docker/run_tests.sh ${PYTHON_VERSION} ${CHAINER_VERSION}
2930

3031
deploy:
3132
- provider: pypi
3233
user: $PYPI_MAINTAINER_NAME
3334
password: $PYPI_MAINTAINER_PASS
35+
skip_cleanup: true
3436
on:
3537
tags: true
3638
condition: $ONNX_CHAINER_DEPLOY_JOB == 1

0 commit comments

Comments
 (0)