.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:
Daira Hopwood 2014-09-01 18:08:36 +01:00
parent 48fc2fc79a
commit 9566b3d45c

View File

@ -9,7 +9,7 @@ install:
- pip install 'twisted>=0.13.0'
- pip install 'coveralls==0.4.2'
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:
coveralls
notifications: