summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorRuby Loo <rloo@yahoo-inc.com>2016-01-04 15:48:39 +0000
committerRuby Loo <rloo@yahoo-inc.com>2016-01-04 15:48:39 +0000
commita7908dc5c00569e228b834f16fc14642425412ad (patch)
treef9c80e0a5412b2425fdf9c5a050cb93c69a64d07 /tox.ini
parent1109d4bd5def8c1fefa753afc6a25593d146870b (diff)
downloadironic-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.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 8b8fc5338..9220c0cc4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
[tox]
minversion = 1.8
skipsdist = True
-envlist = py34,py27,pep8,bashate
+envlist = py34,py27,pep8
[testenv]
usedevelop = True