Commit db938d31 authored by Jason R. Coombs's avatar Jason R. Coombs Committed by GitHub

Merge pull request #1148 from benoit-pierre/make_travis_deploy_stage_conditional

travis: make deploy stage conditional
parents 501a30c6 871d4e30
......@@ -18,6 +18,7 @@ jobs:
- python: *latest_py2
env: LANG=C
- stage: deploy (to PyPI for tagged commits)
if: tag IS present
python: *latest_py3
install: skip
script: skip
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment