diff options
| author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2017-06-04 11:20:32 +0300 |
|---|---|---|
| committer | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2017-07-14 02:31:24 +0300 |
| commit | ef5295f2e80c506c3355a7247047139e8f7b7365 (patch) | |
| tree | 79c4b78004555183405276d4822441fc4c6c51ad | |
| parent | 01d7c86c402253c306131e4891f47ff1266c9563 (diff) | |
| download | external_python_setuptools-ef5295f2e80c506c3355a7247047139e8f7b7365.tar.gz external_python_setuptools-ef5295f2e80c506c3355a7247047139e8f7b7365.tar.bz2 external_python_setuptools-ef5295f2e80c506c3355a7247047139e8f7b7365.zip | |
Don't run tests in deploy-only job
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b3fccb90..bb09ad8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,8 @@ jobs: env: LANG=C - stage: deploy (does actual deploy to PYPI only for tagged commits) python: *latest_py3 + install: skip + script: skip deploy: provider: pypi on: |
