mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 16:36:20 +00:00
.travis.yml: correct the --source argument to coverage (it should be a directory, not a module name).
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
48fc2fc79a
commit
9566b3d45c
@ -9,7 +9,7 @@ install:
|
|||||||
- pip install 'twisted>=0.13.0'
|
- pip install 'twisted>=0.13.0'
|
||||||
- pip install 'coveralls==0.4.2'
|
- pip install 'coveralls==0.4.2'
|
||||||
before_script: python misc/build_helpers/show-tool-versions.py
|
before_script: python misc/build_helpers/show-tool-versions.py
|
||||||
script: coverage run --branch --source=allmydata setup.py test --reporter=timing
|
script: coverage run --branch --source=src/allmydata setup.py test --reporter=timing
|
||||||
after_success:
|
after_success:
|
||||||
coveralls
|
coveralls
|
||||||
notifications:
|
notifications:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user