9 lines
84 B
YAML
9 lines
84 B
YAML
|
|
---
|
||
|
|
language: python
|
||
|
|
python:
|
||
|
|
- '3.3'
|
||
|
|
- '2.7'
|
||
|
|
- '2.6'
|
||
|
|
script:
|
||
|
|
- python setup.py test
|