7 lines
78 B
YAML
7 lines
78 B
YAML
language: python
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
script:
|
|
- python setup.py test
|