Fix nox -s docs

This commit is contained in:
Pradyun Gedam 2020-02-11 19:10:27 +05:30
parent 723b84517d
commit 540d3aa0ec
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ LOCATIONS = {
"protected-pip": "tools/tox_pip.py",
}
REQUIREMENTS = {
"docs": "tools/requirements/docs.txt",
"tests": "tools/requirements/tests.txt",
"common-wheels": "tools/requirements/tests-common_wheels.txt",
}