Files
deb-python-falcon/.travis.yml
kgriffs 1e0df4d5f4 test: Enable coveralls (this will break py33 momentarily)
This patch turns on 100% coverage across all environments, and posts those
results to Coveralls. Python 3.3 doesn't currently achieve 100% coverage;
that will be fixed shortly.
2013-04-26 15:36:38 -04:00

16 lines
276 B
YAML

language: python
python:
- 2.6
- 2.7
- 3.3
- pypy
install:
- pip install -r tools/test-requires --use-mirrors
- pip install coveralls
- python setup.py install
script: nosetests
after_success: coveralls
notifications:
email:
- kurt.griffiths@rackspace.com