8 lines
110 B
YAML
Executable File
8 lines
110 B
YAML
Executable File
language: python
|
|
python:
|
|
- "2.7"
|
|
- "3.3"
|
|
script: make test
|
|
install:
|
|
- python setup.py -q install
|