浏览代码

Install all dependencies so isort will work correctly.

Omer Katz 7 年之前
父节点
当前提交
7c86c96185
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tox.ini

+ 1 - 0
tox.ini

@@ -23,6 +23,7 @@ deps=
 
     linkcheck,apicheck,configcheck: -r{toxinidir}/requirements/docs.txt
     flake8,flakeplus,pydocstyle: -r{toxinidir}/requirements/pkgutils.txt
+    isort-check: -r{toxinidir}/requirements/test-ci-default.txt
     isort-check: isort
 sitepackages = False
 recreate = False