The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/pylxd/pull/105

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
What is says on the tin
From 32476fb9e81334c74bb77e7dc2bc6514cff2c0d2 Mon Sep 17 00:00:00 2001
From: Paul Hummer <p...@eventuallyanyway.com>
Date: Wed, 25 May 2016 12:21:11 -0600
Subject: [PATCH] Add codecov.io integration.

---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 84f0b5f..5fa99d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,3 +17,5 @@ cache:
   directories:
   - .tox/$TOXENV
   - $HOME/.cache/pip
+after_success:
+  - bash <(curl -s https://codecov.io/bash)
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to