02bfd00b65
TravisRunner
10 lines
123 B
YAML
10 lines
123 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
sudo:
|
|
- required
|
|
install:
|
|
- python2 setup.py build
|
|
script:
|
|
- bash ./TravisRunner
|