Browse Source

Install all dependencies so isort will work correctly.

Omer Katz 7 years ago
parent
commit
7c86c96185
1 changed files with 1 additions and 0 deletions
  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