only build on push on master unless pr

This commit is contained in:
Peter Bengtsson 2016-03-15 14:29:44 -04:00
parent 4b05c1ea48
commit 6423a1302c
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ env:
script:
- tox -e $TOX_ENV
branches:
only:
- master
after_success:
# Report coverage results to coveralls.io
- coveralls