Newer
Older
# http://about.travis-ci.org/docs/user/languages/python/
language: python
python:
- "2.7"
- pip install coveralls
script:
- python setup.py test
# http://about.travis-ci.org/docs/user/languages/python/
language: python
python:
- "2.7"
- pip install coveralls
script:
- python setup.py test