You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by jo...@apache.org on 2019/07/12 21:19:45 UTC

[incubator-superset] 01/01: Update tox.ini

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 <45...@users.noreply.github.com>
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 =