Skip to content

Commit

Permalink
Skip the install step on deploy
Browse files Browse the repository at this point in the history
The Xenial image already has a recent enough setuptools.
  • Loading branch information
agronholm committed Nov 21, 2018
1 parent b6a6912 commit fdab738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit fdab738

Please sign in to comment.