[lxc-devel] [nova-lxd/master] No python 3.4 on xenial

rockstar on Github lxc-bot at linuxcontainers.org
Thu May 12 17:10:39 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 337 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160512/0031b14f/attachment.bin>
-------------- next part --------------
From 4581f377e7738048cc526861bf8d42a2b490c86e Mon Sep 17 00:00:00 2001
From: Paul Hummer <paul.hummer at canonical.com>
Date: Thu, 12 May 2016 11:09:02 -0600
Subject: [PATCH] No python 3.4 on xenial

A generic python 3 will suffice.
---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 1779282..2c74693 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,7 @@
 minversion = 1.6
 # Python 3 tests MUST run first, due to this bug:
 # https://bugs.launchpad.net/testrepository/+bug/1229445
-envlist = py34,py27,pep8
+envlist = py3,py27,pep8
 skipsdist = True
 
 [testenv]


More information about the lxc-devel mailing list