10 lines
123 B
YAML
10 lines
123 B
YAML
language: python
|
|
python:
|
|
- "3.2"
|
|
- "3.3"
|
|
- "3.4"
|
|
- "3.5"
|
|
install:
|
|
- python setup.py -q install
|
|
script: nosetests
|