1
mirror of https://github.com/home-assistant/core synced 2024-09-25 00:41:32 +02:00
ha-core/.travis.yml

11 lines
128 B
YAML
Raw Normal View History

2015-07-11 07:00:13 +02:00
sudo: false
2014-11-10 00:28:46 +01:00
language: python
cache: pip
2014-11-10 00:28:46 +01:00
python:
- 3.4
- 3.5
2015-09-17 17:54:56 +02:00
install:
- script/bootstrap_server
2014-11-10 00:28:46 +01:00
script:
- script/cibuild