From 11fd6b8fa71eb506ae9263a15eb81dc07bfdc4bd Mon Sep 17 00:00:00 2001 From: Kenneth Giusti Date: Thu, 4 Aug 2016 13:40:43 -0400 Subject: [PATCH] Remove stale comment --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index ad0f420..1ff797d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,4 @@ [tox] -# Proton does not support Python3 yet: see Jira PROTON-490 -#envlist = py27,py33,pep8 envlist = py27,pep8,py34 [testenv]