language: go go: - 1.6.2 before_install: sudo pip install codecov install: - make setup script: - make cover after_success: codecov