#! /usr/bin/env python | |
import subprocess | |
language: bash | |
_rc0 = subprocess.call(["language:","bash"],shell=True) | |
script: bash tests.sh | |
_rc0 = subprocess.call(["script:","bash","tests.sh"],shell=True) | |
before_install: | |
_rc0 = subprocess.call(["before_install:"],shell=True) | |
- sudo apt-get install bc | |
_rc0 = subprocess.call(["-","sudo","apt-get","install","bc"],shell=True) | |
ÿ |