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

25 lines
476 B
YAML
Raw Normal View History

2015-07-11 07:00:13 +02:00
sudo: false
matrix:
fast_finish: true
include:
- python: "3.4"
env: TOXENV=py34
- python: "3.4"
env: TOXENV=requirements
- python: "3.5"
env: TOXENV=lint
- python: "3.5"
env: TOXENV=typing
- python: "3.5"
env: TOXENV=py35
allow_failures:
- python: "3.5"
env: TOXENV=typing
2015-12-18 18:07:34 +01:00
cache:
directories:
- $HOME/.cache/pip
2016-02-19 08:23:05 +01:00
install: pip install -U tox coveralls
language: python
2016-02-19 08:23:05 +01:00
script: tox
after_success: coveralls