From 401311ff6a2ab93aca772e6be027e7098be5a906 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Tue, 5 Jul 2016 10:24:02 -0700 Subject: [PATCH] Have py35 tox env match py34 Very few of our tests can actually be run under py3. The ones that can should still pass on py35, though. Change-Id: Iaf9aaa296e3b21aa0ee513c479a50f3796787f32 --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index 5becdf2a9e..a8bd6ecf92 100644 --- a/tox.ini +++ b/tox.ini @@ -29,6 +29,10 @@ setenv = VIRTUAL_ENV={envdir} commands = nosetests test/unit/common/test_exceptions.py +[testenv:py35] +commands = + nosetests test/unit/common/test_exceptions.py + [testenv:pep8] basepython = python2.7 commands =