diff options
author | Ruby Loo <rloo@yahoo-inc.com> | 2016-01-04 15:48:39 +0000 |
---|---|---|
committer | Ruby Loo <rloo@yahoo-inc.com> | 2016-01-04 15:48:39 +0000 |
commit | a7908dc5c00569e228b834f16fc14642425412ad (patch) | |
tree | f9c80e0a5412b2425fdf9c5a050cb93c69a64d07 /tox.ini | |
parent | 1109d4bd5def8c1fefa753afc6a25593d146870b (diff) | |
download | ironic-a7908dc5c00569e228b834f16fc14642425412ad.tar.gz |
Remove bashate from envlist
This removes 'bashate' from the envlist in tox.ini because it doesn't
cause bashate to be run. Rather, it causes 'tox' to run the unit
tests :-(
'tox pep8' will invoke bashate.
Change-Id: I235ed7b20b45f2052f0ca0e9e4d96e379667b567
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ [tox] minversion = 1.8 skipsdist = True -envlist = py34,py27,pep8,bashate +envlist = py34,py27,pep8 [testenv] usedevelop = True |