improved .travis.yml

This commit is contained in:
Thomas Waldmann 2013-11-19 06:35:57 +01:00
parent 1f38f19d35
commit 8aef8f9417

View File

@ -1,9 +1,13 @@
language: python
python:
- "2.5"
- "2.6"
- "2.7"
- "pypy"
install:
- "pip install ."
script: "py.test"
- "pip install -q -e . --use-mirrors"
env: SECRET_KEY=justfortravis
script: "py.test --pep8"
notifications:
email:
recipients:
- info@nsupdate.info