googlefinance/.travis.yml
2015-04-16 14:02:21 -07:00

15 lines
152 B
YAML

language: python
python:
- "2.6"
- "2.7"
- "pypy"
- "3.3"
- "3.4"
install:
- python setup.py install
script:
- nosetests