dpaste/.travis.yml

12 lines
265 B
YAML
Raw Normal View History

2013-03-23 07:13:01 +11:00
language: python
python:
- "2.7"
2013-11-25 09:09:46 +11:00
- "3.3"
2013-03-23 07:13:01 +11:00
install:
- "pip install -e ."
2013-11-25 10:08:31 +11:00
- "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