Skip to content

Commit

Permalink
Automatically cut releases with tagged commits.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Nov 18, 2019
1 parent 315c5a3 commit 826c1e6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,17 @@ matrix:
name: Making sure that docs build is healthy
env:
TOXENV: docs
- python: 3.8
- python: &latest_py3 3.8
- python: 3.7
- python: 3.6

- stage: deploy
if: tag IS present
python: *latest_py3
env:
TOXENV: release
after_script: skip

install:
- pip install tox codecov

Expand Down

0 comments on commit 826c1e6

Please sign in to comment.