This is an automated email from the ASF dual-hosted git repository. johnbodley pushed a commit to branch john-bodley--tox-black-dependencies in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
commit 8277c2978df8783ec8aedc1bcc3eaa6c00d64ce3 Author: John Bodley <[email protected]> AuthorDate: Fri Jul 12 14:19:32 2019 -0700 Update tox.ini --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 623dc27..189862e 100644 --- a/tox.ini +++ b/tox.ini @@ -55,6 +55,8 @@ whitelist_externals = [testenv:black] commands = black --check setup.py superset tests +deps = + -rrequirements-dev.txt [testenv:cypress-dashboard] commands =
