From fdab7385e88386bda8aba7e591eb99c82da98310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Wed, 21 Nov 2018 22:54:47 +0200 Subject: [PATCH] Skip the install step on deploy The Xenial image already has a recent enough setuptools. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 497bad3..e7cffe4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ jobs: after_success: *after_success - stage: deploy to pypi - install: pip install "setuptools >= 36.2.7" + install: true script: skip deploy: provider: pypi