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 language: python
python: python:
- "2.5"
- "2.6" - "2.6"
- "2.7" - "2.7"
- "pypy" - "pypy"
install: install:
- "pip install ." - "pip install -q -e . --use-mirrors"
script: "py.test" env: SECRET_KEY=justfortravis
script: "py.test --pep8"
notifications:
email:
recipients:
- info@nsupdate.info