Skip to content

Commit

Permalink
travis only build for tagged commits and master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincianfarini committed Jul 10, 2017
1 parent 9c5d653 commit 392f3b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ install:
- pip install coveralls
script: coverage run --source=pyvt -m unittest discover -s tests -p "test_*.py"
after_success: coveralls
branches:
only:
- master
- /v\d+\.\d+[a-z]/
deploy:
provider: pypi
user: kevincianfarini
Expand Down

0 comments on commit 392f3b9

Please sign in to comment.