]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
.travis.yml: really fix command used for testing.
authorDaira Hopwood <daira@jacaranda.org>
Tue, 2 Sep 2014 13:36:19 +0000 (14:36 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Tue, 2 Sep 2014 13:51:01 +0000 (14:51 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
.travis.yml

index 09dc2e7bebaf90e306d9354cde7b5770fccd5efc..136436806eda699fe03495bc64e68ec109485479 100644 (file)
@@ -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: