7 lines
76 B
YAML
7 lines
76 B
YAML
sudo: required
|
|
language: python
|
|
python:
|
|
- '2.7'
|
|
|
|
script:
|
|
- ./bootstrap.sh
|