hass-core/.travis.yml

12 lines
169 B
YAML
Raw Normal View History

2015-07-10 22:00:13 -07:00
sudo: false
2014-11-09 15:28:46 -08:00
language: python
2015-10-02 16:49:10 -07:00
cache:
directories:
- $HOME/virtualenv/python3.4.2/
2014-11-09 15:28:46 -08:00
python:
2014-11-11 09:14:00 -08:00
- "3.4"
2015-09-17 08:54:56 -07:00
install:
- script/bootstrap_server
2014-11-09 15:28:46 -08:00
script:
- script/cibuild