X-Git-Url: https://git.rkrishnan.org/?a=blobdiff_plain;f=.travis.yml;h=5df0e85d78815660f829ea00132041f5afca6997;hb=498563da69dddae86478343c66d437a467274522;hp=8f72f9439de8b6223191ac2330b891cba4a67d37;hpb=4c55e68ff86266fb6f22be8625d94a5a8405c037;p=tahoe-lafs%2Ftahoe-lafs.git diff --git a/.travis.yml b/.travis.yml index 8f72f943..5df0e85d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ sudo: false language: python python: - "2.7" - - "2.6" - "pypy" before_install: - sh -c set @@ -11,8 +10,7 @@ before_install: - git fetch --depth=1000 - python misc/build_helpers/show-tool-versions.py install: - - pip install 'coverage==3.7.1' # see https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2511 - - pip install coveralls + - pip install coverage coveralls before_script: python setup.py build script: bin/tahoe @coverage run --branch --source=src/allmydata @tahoe --version-and-path debug trial --rterrors --reporter=timing after_success: