Skip to content

Commit e7f114b

Browse files
committed
added travis config
1 parent 8c64c34 commit e7f114b

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: python
2+
python:
3+
- 3.4
4+
- 3.5
5+
6+
install:
7+
- pip install coveralls
8+
9+
script: make travis
10+
11+
after_success:
12+
- coveralls

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ Basic usage:
1919
print(device.name)
2020
print(device.actual_temperature)
2121
22-
This api was build for the integration of the Max! thermostats into `Home Assistent <https://home-assistant.io>`__.
22+
This api was build for the integration of the Max! thermostats into `Home Assistant <https://home-assistant.io>`__ and
23+
does only cover the functions needed for the integration.
2324

2425
Thanks to:
2526

0 commit comments

Comments
 (0)