mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 19:34:18 +00:00
Enable DeprecationWarnings for Travis-CI even on Python 2.7. refs #2366
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
6f74282688
commit
cec7727bf9
@ -11,7 +11,7 @@ before_install:
|
||||
install:
|
||||
- pip install 'coveralls==0.4.2'
|
||||
before_script: python setup.py build
|
||||
script: bin/tahoe @coverage run --branch --source=src/allmydata @tahoe --version-and-path debug trial --rterrors --reporter=timing
|
||||
script: PYTHONWARNINGS=default::DeprecationWarning bin/tahoe @coverage run --branch --source=src/allmydata @tahoe --version-and-path debug trial --rterrors --reporter=timing
|
||||
after_success:
|
||||
coveralls
|
||||
notifications:
|
||||
|
Loading…
x
Reference in New Issue
Block a user