mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
testing coveralls
This commit is contained in:
parent
d702b299ae
commit
bf3a373e7e
8
.coveragerc
Normal file
8
.coveragerc
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[run]
|
||||||
|
omit =
|
||||||
|
*/test/*
|
||||||
|
*/tests/*
|
||||||
|
|
||||||
|
[report]
|
||||||
|
exclude_lines =
|
||||||
|
if __name__ == .__main__.:
|
@ -4,7 +4,13 @@ python:
|
|||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install:
|
install:
|
||||||
- "python setup.py -q install"
|
- "python setup.py -q install"
|
||||||
|
- "pip install coveralls"
|
||||||
# command to run tests
|
# command to run tests
|
||||||
#script: nosetests --with-doctest
|
#script: nosetests --with-doctest
|
||||||
#script: py.test run-tests.py ./pywb/ --doctest-modules --ignore=setup.py
|
#script: py.test run-tests.py ./pywb/ --doctest-modules --ignore=setup.py
|
||||||
script: py.test -v --doctest-module ./tests/*.py ./pywb/
|
#script: py.test -v --doctest-module ./tests/*.py ./pywb/
|
||||||
|
script:
|
||||||
|
run-tests.py
|
||||||
|
|
||||||
|
after_success:
|
||||||
|
coveralls
|
||||||
|
Loading…
x
Reference in New Issue
Block a user