From 0bf651d1faeb2627631deaea3ab1a8a03c206532 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 9 Aug 2015 11:35:34 +0200 Subject: [PATCH] tox: Don't run smoke environment. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 937033a0c..f992f30b1 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = smoke,py34,misc,pep257,pyflakes,pep8,mccabe,pylint,pyroma,check-manifest +envlist = py34,misc,pep257,pyflakes,pep8,mccabe,pylint,pyroma,check-manifest [testenv] # https://bitbucket.org/hpk42/tox/issue/246/ - only needed for Windows though