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