Add travis install section back
parent
15be5ced9a
commit
737d7c9d22
|
@ -2,5 +2,7 @@ sudo: false
|
|||
language: python
|
||||
python:
|
||||
- "3.4"
|
||||
install:
|
||||
- script/bootstrap_server
|
||||
script:
|
||||
- script/cibuild
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue