]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - .travis.yml
scripts/runner.py: put command group descriptions in parens
[tahoe-lafs/tahoe-lafs.git] / .travis.yml
index 10faa0f20448c0bcd69a1b4cab316deda37566af..36356b2b3dfd2d3cef6cdcbf5fc3c22b1bad1f2b 100644 (file)
@@ -4,9 +4,16 @@ python:
   - "2.6"
 before_install:
   - sh -c set
-install: true
-before_script: python misc/build_helpers/show-tool-versions.py
-script: python setup.py test --reporter=timing
+  - git config --global user.email "travis-tahoe@tahoe-lafs.org"
+  - git config --global user.name "Travis Tahoe"
+  - git pull --depth=1000
+  - python misc/build_helpers/show-tool-versions.py
+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
+after_success:
+  coveralls
 notifications:
   email: false
   irc:
@@ -16,5 +23,3 @@ notifications:
     template:
       - "%{repository}#%{build_number} [%{branch}: %{commit} by %{author}] %{message}"
       - "Changes: %{compare_url} | Details: %{build_url}"
-    use_notice: true
-    skip_join: true