7 lines
85 B
YAML
7 lines
85 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
- "3.3"
|
|
- "3.4"
|
|
- "pypy"
|
|
script: sh test.sh
|