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
This commit is contained in:
Ruby Loo 2016-01-04 15:48:39 +00:00
parent 1109d4bd5d
commit a7908dc5c0
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.8
skipsdist = True
envlist = py34,py27,pep8,bashate
envlist = py34,py27,pep8
[testenv]
usedevelop = True