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

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) ===

From 9c9aa974962dd9ad8b644c92904cdb739c971e26 Mon Sep 17 00:00:00 2001
From: Paul Hummer <p...@eventuallyanyway.com>
Date: Wed, 25 May 2016 17:36:19 -0600
Subject: [PATCH] Fix travis run.

---
 .travis.yml | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 5fa99d7..7db3b12 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
 language: python
 python:
-- "3.5"
+  - "2.7"
 env:
   matrix:
   - TOXENV=py27
@@ -9,13 +9,14 @@ env:
   # - TOXENV=integration # requires a remote lxd setup
 
 install:
-- travis_retry pip install tox
+  - travis_retry pip install tox
+  - pip install codecov
 script:
-- tox
-- test -d .tox/$TOXENV/log && cat .tox/$TOXENV/log/*.log || true
+  - tox
+  - test -d .tox/$TOXENV/log && cat .tox/$TOXENV/log/*.log || true
 cache:
   directories:
-  - .tox/$TOXENV
-  - $HOME/.cache/pip
+    - .tox/$TOXENV
+    - $HOME/.cache/pip
 after_success:
-  - bash <(curl -s https://codecov.io/bash)
+  - codecov
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to