From 3f236fb2d6303528998e93bc2ac30b615eeff5ac Mon Sep 17 00:00:00 2001 From: xion Date: Thu, 16 Jun 2016 19:59:57 +0800 Subject: [PATCH] remove a unnecessary line Change-Id: Id0fcb97bad37e5164854736c6c4c686a6192a9db --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 652c0e9..39d37b2 100644 --- a/tox.ini +++ b/tox.ini @@ -22,7 +22,6 @@ basepython = python2.7 [testenv:pep8] commands = flake8 #commands = {toxinidir}/tools/fake_pep8.sh -distribute = false [testenv:py26] basepython = python2.6