improved .travis.yml
This commit is contained in:
parent
1f38f19d35
commit
8aef8f9417
10
.travis.yml
10
.travis.yml
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user