nsupdate.info/.travis.yml
2013-11-21 04:46:00 +01:00

17 lines
394 B
YAML

language: python
python:
- "2.7"
- "pypy"
install:
- "pip install --upgrade --use-mirrors -e ."
- "pip install coveralls"
env: SECRET_KEY=justfortravis
script: "coverage run --source nsupdate --omit '*/migrations/*,*/_tests/*' -m py.test --pep8"
after_success:
- coveralls debug
- coveralls
notifications:
email:
recipients:
- info@nsupdate.info