django-multiselectfield/.travis.yml
2013-11-26 19:20:19 +01:00

16 lines
220 B
YAML

language: python
install:
- pip install -q --use-mirrors tox==1.6.1 coveralls==0.3
script:
- coverage erase
- tox
after_success:
- coverage combine
- coveralls
notifications:
email:
- goinnn@gmail.com