Skip to content

Commit

Permalink
Merge pull request #78 from disktnk/test/deploy-on-ci
Browse files Browse the repository at this point in the history
[TEST] Skip cleanup on Travis Deploy
  • Loading branch information
disktnk authored Feb 8, 2019
2 parents a908b33 + 5b232b9 commit a82ec57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@ before_install:
script:
- flake8
- autopep8 -r . --dif --exit-code
- pip install -e . # test plain install before test on docker
- bash docker/run_tests.sh ${PYTHON_VERSION} ${CHAINER_VERSION}

deploy:
- provider: pypi
user: $PYPI_MAINTAINER_NAME
password: $PYPI_MAINTAINER_PASS
skip_cleanup: true
on:
tags: true
condition: $ONNX_CHAINER_DEPLOY_JOB == 1

0 comments on commit a82ec57

Please sign in to comment.