From b5d8accd1d6c689f25fa14503d64377a4183fa72 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Tue, 25 Feb 2014 00:19:21 -0800 Subject: [PATCH] trying different coveralls --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cceb7882..bab78128 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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