From 9b0a996e3b09759ca2be9ff10abfe5b3ca30fd81 Mon Sep 17 00:00:00 2001 From: Pat Ferate Date: Wed, 7 Jan 2015 21:24:40 -0800 Subject: [PATCH] Adding branches to tox whitelist --- tox.ini | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 04b9ef45c65..1886407532b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] -;envlist = py26, py27, py33, py34 -envlist = py27, py33, py34 +envlist = py26, py27, py33, py34 +;envlist = py27, py33, py34 ;skipsdist = True [testenv] @@ -24,3 +24,9 @@ commands = nosetests [testenv:py34] commands = nosetests + +# whitelist +branches: +only: +- master +- python3 \ No newline at end of file