dpaste/.travis.yml
Martin Mahner 3881f6bafc Coveralls
2013-11-25 00:08:31 +01:00

11 lines
265 B
YAML

language: python
python:
- "2.7"
- "3.3"
install:
- "pip install -e ."
- "pip install -r requirements.txt"
script:
coverage run --rcfile=.coverage.rc manage.py test
after_success:
coveralls --config_file=.coverage.rc --coveralls_yaml=.coveralls.yml