tox: Don't run smoke environment.

This commit is contained in:
Florian Bruhin 2015-08-09 11:35:34 +02:00
parent a28b0c3386
commit 0bf651d1fa

View File

@ -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