From 5b232b9c13b3a3d7ac971dd56556a366ac38b4bb Mon Sep 17 00:00:00 2001 From: Daisuke Tanaka Date: Fri, 8 Feb 2019 11:56:58 +0900 Subject: [PATCH] skip cleanup --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 37c9ea3..f64ab07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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