aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2017-06-04 11:20:32 +0300
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2017-07-14 02:31:24 +0300
commitef5295f2e80c506c3355a7247047139e8f7b7365 (patch)
tree79c4b78004555183405276d4822441fc4c6c51ad
parent01d7c86c402253c306131e4891f47ff1266c9563 (diff)
downloadexternal_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.yml2
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: