Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Tox] Pin pip version to fix PEP517 issues
* Using pyproject.toml for black config pip version 19.1 errors out about using editable install with pyproject.toml. Workaround is to not use pip 19.1 in tox. * Pin to 18.1 to avoid pip-wheel-metadata-folder creation Ref: - pypa/pip#6434 - pypa/pip#6213
- Loading branch information