summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-05-24 12:21:58 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-05-24 12:21:58 -0400
commitb93b3a0348e9a17ec323f74eb9eb0ec8e82367ff (patch)
tree51ddcc7018f67cfeaf70ef33c3dfb1c8737dad1f
parent29d9ebee0154e77e416162061752833410e98cbd (diff)
downloadpytest-runner-b93b3a0348e9a17ec323f74eb9eb0ec8e82367ff.tar.gz
Exclude the skeleton branch from testing
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
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: