nsupdate.info/.travis.yml

17 lines
331 B
YAML
Raw Normal View History

2013-11-19 06:09:20 +01:00
language: python
python:
- "2.6"
2013-11-19 06:09:20 +01:00
- "2.7"
- "pypy"
install:
- "pip install --upgrade --use-mirrors -e ."
- "pip install coveralls"
2013-11-19 06:35:57 +01:00
env: SECRET_KEY=justfortravis
script: "coverage run -m py.test --pep8"
after_success:
- coveralls
2013-11-19 06:35:57 +01:00
notifications:
email:
recipients:
- info@nsupdate.info