Skip to content

Commit

Permalink
TravisCI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonDusseau committed Oct 2, 2019
1 parent 025d04e commit 4c604aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
@@ -1,6 +1,10 @@
language: python

python:
- "3.7"

script: true

deploy:
provider: pypi
user: BrandonDusseau
Expand Down
1 change: 1 addition & 0 deletions README.md
@@ -1,6 +1,7 @@
# braviaproapi

[![Documentation Status](https://readthedocs.org/projects/braviaproapi/badge/?version=latest)](https://braviaproapi.readthedocs.io/en/latest/?badge=latest)
[![Build Status](https://travis-ci.org/BrandonDusseau/braviaproapi.svg?branch=master)](https://travis-ci.org/BrandonDusseau/braviaproapi)

This library provides an easy-to-use Python interface for controlling Sony Bravia televisions. It implements the
BRAVIA Professional Display API, which is present on recent consumer hardware. For more information, take a look at
Expand Down

0 comments on commit 4c604aa

Please sign in to comment.