From b7e960a4904d897b70f46ce008f275f38bbde771 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Tue, 2 Sep 2014 14:36:19 +0100 Subject: [PATCH] .travis.yml: really fix command used for testing. Signed-off-by: Daira Hopwood --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 09dc2e7b..13643680 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ install: - pip install 'twisted>=0.13.0' - pip install 'coveralls==0.4.2' before_script: python setup.py build -script: bin/tahoe @python-coverage run --branch --source=src/allmydata @tahoe --version-and-path debug trial --rterrors --reporter=timing +script: bin/tahoe @coverage run --branch --source=src/allmydata @tahoe --version-and-path debug trial --rterrors --reporter=timing after_success: coveralls notifications: -- 2.45.2