7 lines
63 B
YAML
7 lines
63 B
YAML
language: python
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
script:
|
|
- make test
|