mirror of
https://github.com/hongtaocai/googlefinance.git
synced 2024-11-04 16:29:23 -06:00
15 lines
152 B
YAML
15 lines
152 B
YAML
language: python
|
|
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
- "pypy"
|
|
- "3.3"
|
|
- "3.4"
|
|
|
|
install:
|
|
- python setup.py install
|
|
|
|
script:
|
|
- nosetests
|