Add travis install section back

pull/392/head
Paulus Schoutsen 2015-09-17 08:54:56 -07:00
parent 15be5ced9a
commit 737d7c9d22
2 changed files with 2 additions and 1 deletions

View File

@ -2,5 +2,7 @@ sudo: false
language: python
python:
- "3.4"
install:
- script/bootstrap_server
script:
- script/cibuild

View File

@ -3,6 +3,5 @@
# script/cibuild: Setup environment for CI to run tests. This is primarily
# designed to run on the continuous integration server.
script/bootstrap_server
script/test coverage
coveralls