force travis to only build for master

This commit is contained in:
bux578 2015-05-09 14:12:54 +02:00
parent 0aea587529
commit 7d28fbcdbd

View File

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