googlefinance/.travis.yml

15 lines
152 B
YAML
Raw Permalink Normal View History

2015-04-16 15:59:26 -05:00
language: python
python:
- "2.6"
- "2.7"
- "pypy"
- "3.3"
- "3.4"
install:
- python setup.py install
script:
- nosetests