mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Add travis install section back
This commit is contained in:
@@ -2,5 +2,7 @@ sudo: false
|
|||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "3.4"
|
- "3.4"
|
||||||
|
install:
|
||||||
|
- script/bootstrap_server
|
||||||
script:
|
script:
|
||||||
- script/cibuild
|
- script/cibuild
|
||||||
|
@@ -3,6 +3,5 @@
|
|||||||
# script/cibuild: Setup environment for CI to run tests. This is primarily
|
# script/cibuild: Setup environment for CI to run tests. This is primarily
|
||||||
# designed to run on the continuous integration server.
|
# designed to run on the continuous integration server.
|
||||||
|
|
||||||
script/bootstrap_server
|
|
||||||
script/test coverage
|
script/test coverage
|
||||||
coveralls
|
coveralls
|
||||||
|
Reference in New Issue
Block a user