6 lines
74 B
YAML
6 lines
74 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
- "3.3"
|
|
- "3.4"
|
|
script: sh test.sh
|