Only build on the master branch

PR branches will still be built and tested.
This commit is contained in:
Jon Parise 2018-10-31 11:03:42 -07:00
parent 5894033692
commit 166a73b0dd

View file

@ -1,3 +1,6 @@
branches:
only:
- "master"
language: python
python:
- "2.7"