From: Daira Hopwood <daira@jacaranda.org>
Date: Tue, 2 Sep 2014 13:36:19 +0000 (+0100)
Subject: .travis.yml: really fix command used for testing.
X-Git-Tag: allmydata-tahoe-1.10.1a1~159
X-Git-Url: https://git.rkrishnan.org/specifications/%5B/%5D%20/uri/status?a=commitdiff_plain;h=b7e960a4904d897b70f46ce008f275f38bbde771;p=tahoe-lafs%2Ftahoe-lafs.git

.travis.yml: really fix command used for testing.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
---

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: