tox: Add smoke test to the default envlist.

This commit is contained in:
Florian Bruhin 2015-06-16 07:37:08 +02:00
parent e7b84d4089
commit a024c14dd6

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist = unittests,misc,pep257,pyflakes,pep8,mccabe,pylint,pyroma,check-manifest
envlist = smoke,unittests,misc,pep257,pyflakes,pep8,mccabe,pylint,pyroma,check-manifest
[testenv]
passenv = PYTHON