Exclude the skeleton branch from testing

This commit is contained in:
Jason R. Coombs 2016-05-24 12:21:58 -04:00
parent 29d9ebee01
commit b93b3a0348

View File

@ -6,6 +6,9 @@ python:
script:
- pip install -U pytest
- python setup.py test
branches:
except:
- skeleton
deploy:
provider: pypi
on: