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