Add travis and coveralls informations
This commit is contained in:
parent
0e1996a6b1
commit
f5e2bfe9a5
5
.coveragerc
Normal file
5
.coveragerc
Normal file
@ -0,0 +1,5 @@
|
||||
[report]
|
||||
omit =
|
||||
tests/*
|
||||
*/python?.?/*
|
||||
*/site-packages/nose/*
|
17
.travis.yml
Normal file
17
.travis.yml
Normal file
@ -0,0 +1,17 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
|
||||
install:
|
||||
- "pip install coverage"
|
||||
- "pip install nose"
|
||||
- "pip install coveralls"
|
||||
- "pip install -e .[testing]"
|
||||
|
||||
script: "nosetests -v --with-coverage --cover-package=crank --cover-erase"
|
||||
|
||||
after_success:
|
||||
coveralls
|
Loading…
x
Reference in New Issue
Block a user