Disable newsfragment checks on branch builds

This commit is contained in:
Richard van der Hoff 2018-10-24 14:49:25 +01:00
parent ab96ee29c9
commit 480d98c91f

View file

@ -53,7 +53,9 @@ matrix:
- python: 3.6
env: TOX_ENV=check_isort
- python: 3.6
- # we only need to check for the newsfragment if it's a PR build
if: type = pull_request
python: 3.6
env: TOX_ENV=check-newsfragment
install: