BLD: Only build pushes to master

now that we've turned on Build pushes
This commit is contained in:
Richard Frank
2016-01-21 17:58:17 -05:00
parent 88ead7202e
commit dc95dea5d2
+4
View File
@@ -32,3 +32,7 @@ script:
- nosetests --with-timer --exclude=^test_examples --with-coverage --cover-package=zipline --timer-top-n=15
after_success:
- coveralls
branches:
only:
- master