From b93b3a0348e9a17ec323f74eb9eb0ec8e82367ff Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 24 May 2016 12:21:58 -0400 Subject: [PATCH] Exclude the skeleton branch from testing --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index c5f3495..bb6d47e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,9 @@ python: script: - pip install -U pytest - python setup.py test +branches: + except: + - skeleton deploy: provider: pypi on: