-
Dan Michael O. Heggø authoredDan Michael O. Heggø authored
.travis.yml 243 B
# http://about.travis-ci.org/docs/user/languages/python/
sudo: false
language: python
python:
- "2.6"
- "2.7"
install:
- python setup.py install
- pip install coveralls
script:
- python setup.py test
after_success:
- coveralls