1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

trying different coveralls

This commit is contained in:
Ilya Kreymer 2014-02-25 00:19:21 -08:00
parent 7b9bc1ee3d
commit b5d8accd1d

View File

@ -4,13 +4,14 @@ python:
# command to install dependencies
install:
- "python setup.py -q install"
- "pip install coveralls"
- "pip install python-coveralls"
- "pip install pytest-cov"
# command to run tests
#script: nosetests --with-doctest
#script: py.test run-tests.py ./pywb/ --doctest-modules --ignore=setup.py
#script: py.test -v --doctest-module ./tests/*.py ./pywb/
script:
python run-tests.py
py.test --cov-config .coveragerc --cov pywb -v --doctest-module ./pywb/ tests/
after_success:
coveralls