10 lines
128 B
YAML
10 lines
128 B
YAML
sudo: false
|
|
language: python
|
|
cache: pip
|
|
python:
|
|
- 3.4
|
|
- 3.5
|
|
install:
|
|
- script/bootstrap_server
|
|
script:
|
|
- script/cibuild
|